Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

update node js ubuntu

sudo apt-get update
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
node -v 'Check node version
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #update #node #js #ubuntu
ADD COMMENT
Topic
Name
3+9 =