Install nvm on windows for managing different node versions | 2019

Опубликовано: 09 Январь 2019
на канале: Programming With Prem
41,157
411

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  


Смотрите видео Install nvm on windows for managing different node versions | 2019 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Programming With Prem 09 Январь 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 41,157 раз и оно понравилось 411 людям.