Answers for "install node version 12"

2

update nodejs mac

sudo npm cache clean -f 
sudo npm install -g n
sudo n stable/lts
Posted by: Guest on October-21-2020
0

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
Posted by: Guest on March-01-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language