Install NVM
Node Version Manager (NVM) enables you to install and work with multiple versions of Node.js. You can use NVM to install Node.
To install NVM:
- On Mac or Linux, follow the installation and upgrade steps.
- On Windows, navigate to the release channel > Assets, download the
nvm-setup.zip
file, extract the contents of the file, and use the installer in the extracted files.
To verify the NVM installation, run the following command:
nvm --version