Use NVM Node Version Manager To Install Specific Version Of Node

preview_player
Показать описание

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
Рекомендации по теме
Комментарии
Автор

thank you, you have no idea how much time you saved me with this tutuorial <3

anrilazashvili
Автор

Thank you so much. I'm having problems with Expo CLI that doesn't accept versions above 17.x

eduardoaraujo
Автор

Hi Gleb,
At this point of time, is it wise to use n/fnm/volta ?

Or would you still recommend using nvm?

Your feedback and thoughts on this would be highly appreciated. Thanks!

metdelta