Use NVM Node Version Manager To Install Specific Version Of Node

Published: 11 August 2021
on channel: 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


Watch video Use NVM Node Version Manager To Install Specific Version Of Node online without registration, duration hours minute second in high quality. This video was added by user gleb bahmutov 11 August 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 5,352 once and liked it 35 people.