Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

node latest version ubuntu

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