Installation
NVM for Windows is publicly available through GitHub and Winget. If your organization supports certified builds, it will likely be automatically installed on your computer.
Download
Download and run the installer. Then install Node.js with the following command:
nvm install lts
This is the recommended approach.
The installer visually walks through the configuration, allowing users to customize their experience according to their preference.
Winget
Use winget for a silent installation using default configurations.
winget install nvm
nvm install lts
- Upgrades
- Migrations
Screenshots of installer?
It's basically install nvm, install your version, done.