How to install older version of node.js on Windows?

前端 未结 6 1782
孤独总比滥情好
孤独总比滥情好 2021-01-30 13:06

I need to install node.js of version 4.0.0 I tried this:

npm install -g npm@4.0.0 

But I got this message: npm is not recognized as an internal

6条回答
  •  抹茶落季
    2021-01-30 13:09

    Go here and find the version you want to install and then download the correct msi file and run the installer. You cannot install node by running this command, also the error you receive is stating that npm is not on your path which suggests machine doesn't currently have node installed on it

提交回复
热议问题