Node.js nvm - Node Version Manager Using an already installed node version

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

To list available local versions of node through NVM:

nvm ls

For example, if nvm ls returns:

$ nvm ls
     v4.3.0
     v5.5.0

You can switch to v5.5.0 with:

nvm use v5.5.0


Got any Node.js Question?