Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install node 12 linux

sudo apt -y install curl dirmngr apt-transport-https lsb-release ca-certificates
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt -y install nodejs
 
PREVIOUS NEXT
Tagged: #install #node #linux
ADD COMMENT
Topic
Name
2+7 =