

* 12.14.0 (Currently using 64-bit executable) Once installed, you can check any installed version of node.js: C:\Users\rames>nvm list Where do I get it from?ĭownload nvm-setup.zip, unzip and then install it.

It let's install a specific or latest version of node.js & corresponding npm directly from the command line and let us switch between different version of node.js.

NVM (Node.js version manager for Windows) can be downloaded from here What nvm does? If you are looking for Mac/Linux nvn, please follow this link. The version of NVM I am going to write about is Windows-specific only. Well, this is where NVM comes into the action. I had the same issue where I had to use Node.js 8.9.0 (Carbon) and the latest version for my React JS project. Have you ever been in a situation where you have to support an old or special project (works only with a certain version of Node.js) with a legacy node.js version, and at the same time, have to work on new projects with the latest version of Node.js?
