Install NVM on Windows - Step-by-Step Guide

Reading time icon 2 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Install NVM Windows

Want to install NVM on Windows? Node Version Manager (NVM) is a popular tool for managing multiple versions of Node.js. I’ll show you how to simplify switching between them. 

Let’s begin!

How To Install NVM on Windows

Here are the steps:

  1. Open your browser and go to the NVM for Windows GitHub releases page.
  2. Tap on the setup file to download it.
NVM setup
  1. Click on the download icon on the top right corner of your screen to access the installer. Double-click on it to start the installation process.
Open the file
  1. Read and accept the license agreement, then click “Next.”
Accept the license agreement
  1. Select a destination location and tap Next.
Select a destination location
  1. Pick a folder where the setup should create the symlink. The default is usually fine, but you can change it if needed. Then hit Next.
Pick a folder
  1. Click “Install“, then hit Finish once complete.
Finish installation
  1. After installation, tap the Windows Icon + R, then type cmd to run a prompt command. 
Run a prompt command
  1. Type nvm -v and press Enter. You should see the installed version of NVM, confirming that the installation was successful.
Type nvm -v

You’re done!

So, now you know how to install NVM on Windows. By following these steps, you can easily switch between different Node.js versions to suit your project’s needs.

Additionally, if you want to update your Node version, we have just the guide for that.

More about the topics: Windows