Use NVM Node Version Manager To Install Specific Version Of Node

Опубликовано: 11 Август 2021
на канале: gleb bahmutov
5,352
35

I install https://github.com/nvm-sh/nvm NVM on my local machine and use it to install a specific version of Node

Common commands:
nvm ls-remote # shows all available versions for install
nvm install 16.4.0 # installs specific version
nvm ls # lists locally installed Node versions
nvm use 14.2.1 # switch to locally installed Node version