how to update node.js
running command sudo npm install n -g but getting the error
how to update node.js
running command sudo npm install n -g but getting the error
Quoted from another post: How do I update Node.js?
"Use Node Version Manager (NVM)
It's a Bash script that lets you download and manage different versions of node. Full source code is here.
There is a separate project for nvm for Windows: github.com/coreybutler/nvm-windows"