Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run older versions of node.js on windows

I want to install v0.8.6 of node along with v0.10.

  1. How can I install NVM on windows

  2. And use it to install older node

like image 219
Mark Evans Avatar asked Jul 16 '13 06:07

Mark Evans


2 Answers

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.

like image 87
user568109 Avatar answered Sep 20 '22 21:09

user568109


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

enter image description here

like image 28
Corey Avatar answered Sep 20 '22 21:09

Corey