NVM setup with windows 10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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