Answers for "upgrade node js command"

8

upgrade node

sudo npm install npm@latest -g
Posted by: Guest on May-23-2021
2

how to update node js

sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Posted by: Guest on November-27-2020
1

how to upgrade node.js

#linux
sudo npm install n -g
sudo n stable
#windows
#install the .msi from https://nodejs.org/en/download/
Posted by: Guest on December-20-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language