Run the .exe file. It will guide you through an installation wizard.
Install and switch between any Node.js version (LTS or latest) in seconds. download nvm installer
After the script finishes, you need to restart your terminal or run source ~/.bashrc (or ~/.zshrc for Mac users) to start using the command. Getting Started After Installation Run the
Once you have downloaded and installed NVM, verify it’s working by typing nvm -v in your terminal or command prompt. If you see a version number, you’re ready to go! Essential NVM Commands Here are the most common commands you’ll use: nvm install --lts Install a specific version: nvm install 16.14.0 Switch to a specific version: nvm use 18.0.0 List all installed versions: nvm list Common Troubleshooting Tips After the script finishes, you need to restart
Look for the latest release and download the nvm-setup.exe file.
Downloading the NVM installer is the first step toward a professional development workflow. By decoupling your Node.js versions from your operating system, you gain the freedom to test new features without breaking your old projects.