Installing Node.js using NVM
2. Run the script with bash
bash
3. Restart your terminal
Source the
~/.profile
file to gain access to thenvm
functionalityor you can just logout & login
4. Check the versions of Node.js
that are available
Node.js
that are available
5. Install
Install specific version
Install the most recent LTS release
6. See the version currently being used by the shell
or
7. If you have multiple Node.js versions, you can see what is installed
8. Switch Node.js versions
Switch to Node.js version
12.14.0
Switch to the latest Node.js version
Switch to the latest LTS version
9. Set the default version of node when starting a new shell
Specific version
Latest Node.js version
+
Uninstall Node.js
Node.js
Last updated