Skip to content

Instantly share code, notes, and snippets.

@testgithubd
Last active March 5, 2019 22:51
Show Gist options
  • Save testgithubd/9696696fcc8714bb9bbb7b76e3ba9b60 to your computer and use it in GitHub Desktop.
Save testgithubd/9696696fcc8714bb9bbb7b76e3ba9b60 to your computer and use it in GitHub Desktop.
Switch node version

Switching node to windows

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 :-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment