Skip to content

Instantly share code, notes, and snippets.

@gladiatorAsh
Last active May 8, 2019 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gladiatorAsh/3a121028f41030f282e4a51feef757bd to your computer and use it in GitHub Desktop.
Save gladiatorAsh/3a121028f41030f282e4a51feef757bd to your computer and use it in GitHub Desktop.

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