1. Go here https://github.com/coreybutler/nvm-windows and click Download Now to get nvm installer for windows
2. Close all command consoles
3. Run installer to install nvm
4. Start console and type nvm list to show the current list of node versions installed
5. Install 8.15.0 by running nvm install <version> if you don’t have this specific version
6. Run nvm use <version> to switch to that node version
7. To confirm run nvm list. The version with an asterisk is your current version You can always use node -v :-)
Last active
March 5, 2019 22:51
-
-
Save testgithubd/9696696fcc8714bb9bbb7b76e3ba9b60 to your computer and use it in GitHub Desktop.
Switch node version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment