Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install nodejs on ubuntu

sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install nodejs

node -v    #to check if its installed
 
PREVIOUS NEXT
Tagged: #install #nodejs #ubuntu
ADD COMMENT
Topic
Name
9+2 =