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, duration hours minute second in high quality that is uploaded to the channel gleb bahmutov 11 August 2021. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 5,352 times and liked it 35 visitors.