Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@4sskick
Created October 4, 2021 04:43
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 4sskick/1859e1d9b188039ea40a20e06d7f2020 to your computer and use it in GitHub Desktop.
Save 4sskick/1859e1d9b188039ea40a20e06d7f2020 to your computer and use it in GitHub Desktop.
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