Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to install node js in ubuntu

sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_17.x | sudo -E bash -
sudo apt-get install nodejs
Source by github.com #
 
PREVIOUS NEXT
Tagged: #install #node #js #ubuntu
ADD COMMENT
Topic
Name
6+1 =