Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ubuntu install latest node and npm

# Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
apt-get install -y nodejs
Source by github.com #
 
PREVIOUS NEXT
Tagged: #ubuntu #install #latest #node #npm
ADD COMMENT
Topic
Name
6+2 =