Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
How to switch Node.js versions with NVM?
janaroy
Installing and managing Node.js versions
nvm install --<the node version>
Displaying a list of Node.js versions
nvm ls
Switching among Node.js Version
nvm use <version>