Skip to content

Instantly share code, notes, and snippets.

@4sskick
Created October 4, 2021 04:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
NVM setup with windows 10
- take a look git repo [over here](https://github.com/coreybutler/nvm-windows/releases)
- or you can see mine I've downloaded [here](https://bit.ly/nvmSetup) version 1.1.17
- finished downloaded, execute & follow installation as regular
- finished installation, check with command `nvm --version` if doesn't show anything try to restart windows
- check again till version `nvm --version` shown
- install node version you wanna use with command `nvm install node_version` it will download required files node js along with NPM
- finished installed node_version, then type `nvm use node_version` you just installed
- type `nvm list` to see node version installed you able to use directly
- or `nvm list available` to see all list you ready to install with version LTS and latest version
- DONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment