How to run older versions of node.js on windows How to run older versions of node.js on windows windows windows

How to run older versions of node.js on windows


nvm is suited for linux environments. It requires HOME variable to be set where it will put the different node versions. For windows there is nvmw.

Similarly an alternative to nvm is n. For which the windows version is nodist.

See this useful blog.


I've just released a project called NVM for Windows. It comes with an installer and super-easy commands.

enter image description here


In a case like mine that I just want to remove the current version and install the older one, I just did it by running the node installer of the current version and select the remove button. Afterwards, I install the older version.