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