Notepad/enter/Coding Tips (Classical)/Terminal Tips/1. Terminals/Shells/nvm.md

442 B

About NVM

A bash shell for node js versions environment & management. NVM stands for Node Version Manager. The full github documentation is here. And they have excellent tutorials.

Another alternative to nvm is simply n.

n latest

will install the latest version of javascript.

You can switch to a different version of node.js by simply entering n in the terminal