Node Version Switch makes managing multiple Node.js versions simple, even in restricted environments.
Simple installation with a single PowerShell command. No admin rights required.
Automatically installs the latest LTS version when using partial version numbers.
Choose between 32-bit and 64-bit Node.js installations based on your needs.
Minimal footprint with no system-wide changes. Only modifies your user PATH.
Perfect for corporate environments with restricted permissions.
Quickly switch between different Node.js versions with a simple command.
Get up and running with Node Version Switch in seconds.
.\nvs\nvs.ps1 setup
Then, install your preferred Node.js version:
nvs install 20
And activate it:
nvs use 20.17.0