Answers for "update node js version ubuntu cmd"

24

updating node js ubuntu

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
Posted by: Guest on August-24-2020
0

upgrade node version ubuntu

sudo npm cache clean -f
sudo npm install -g n
sudo n 6.11.0
Posted by: Guest on November-06-2021
0

update nodejs ubuntu

curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash -
sudo apt-get install -y nodejs
Posted by: Guest on January-20-2021

Code answers related to "update node js version ubuntu cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language