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.