nvm – To Switch Node Versions – Upgrade or Downgrade Node

nvm refers to the Node Version Manager. It helps to manage the Node versions, we can switch between different node versions with ease. Using nvm, we can easily install different versions of Node with a single command.

Download and install NVM

NVM – https://github.com/nvm-sh/nvm

> NVM for Windows – https://github.com/coreybutler/nvm-windows

If facing any issue with installation just refer: https://stackoverflow.com/questions/38964222/fresh-install-of-nvm-wont-work

Verify nvm Installation command

Check nvm version using terminal command and verify the correct installation.

nvm --version

Switch Node version using NVM – Upgrade or Downgrade Node command

nvm install 14.16.0

About the Author: smartcoder

You might like

Leave a Reply

Your email address will not be published. Required fields are marked *