NVM - Node version manager | Installing multiple node version on single machine

Описание к видео NVM - Node version manager | Installing multiple node version on single machine

In this video we will install NVM i.e node version manager. Using NVM you can install multiple version of nodejs and switch between these version easily. You will learn so may commands related to nvm like
nvm install : To install a node version.
nvm ls : This lists the node versions installed locally
nvm ls-remote : This lists all the version available to install
nvm use : To select a particular node version
nvm alias : To create aliases.

Комментарии

Информация по комментариям в разработке