
I have installed 2 versions so that I can demonstrate to you how to switch between versions, first I will use nvm list to get all installed versions. You can install node by using one of the the following commands: npm install lts, npm install latest or npm install 14.17.0 (change it with your desired version) to install Node. We are interested in the install command, and I will install the lts (long term support) version and the latest version. In the console we will type nvm to get the list of possible commands. To confirm that we have a working Node version manager let's open our terminal by pressing the Windows button and typing cmd and pressing enter. Confirm the installation and install Node After that the installation will be done, click on Finish to close the installer.ģ.


Click on nvm-setup.zip and the download will start.Īfter the download, we have to extract the nvm-setup.zip file, and open the extracted map, here you will find the nvm-setup.exe. Let's start by downloading the installer, by going to this website nvm-windows, and clicking on the latest version, in my case, it is 1.1.18.Īfter you clicked on the version, scroll down all the way and you will find the installer. You can use this tool to both install Node and also switch between Node versions. There is an easy tool that will solve this issue, called Node version manager for Windows (NVM). If you are working on multiple projects that have different Node versions, it can become quite cumbersome to keep installing and uninstalling different Node versions.
