Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install node ubuntu

# NOTE: apt does not have newer versions of npm
# For node version 16:
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
Source by github.com #
 
PREVIOUS NEXT
Tagged: #install #node #ubuntu
ADD COMMENT
Topic
Name
5+4 =