Using an already installed node version

suggest change

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

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents