Install nvm on windows to manage more than one versions of node.
Go to https://github.com/coreybutler/nvm-wi...
Download the nvm-setup. zip
Open the zip & execute the installer
Read & accept the license agreement
If you have Node installed, you'll see a notification asking you if you want NVM to control the installed version: click "yes"
Click finish
Go to the console and execute
$ nvm ls # lists all installed versions
$ nvm install latest # install the latest version of nodejs and npm
$ nvm ls # should list now the newly installed version
$ nvm use 11.6.0 # start using version 11.6.0
How to install other versions
$ nvm install -version-
And then switch to that version with:
$ nvm use -version-
Please subscribe for more videos like this.
/ dcoders
Watch video Install nvm on windows for managing different node versions | 2019 online without registration, duration hours minute second in high quality. This video was added by user Programming With Prem 09 January 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 41,157 once and liked it 411 people.