如何在 Windows 上安装旧版本的 node.js?

我需要安装4.0版的 node.js 我试过了:

npm install -g npm@4.0.0

但是我得到了这样的信息: npm 不能被识别为内部或外部命令、可操作程序或批处理文件

228432 次浏览

转到 给你并找到要安装的版本,然后下载正确的 msi 文件并运行安装程序。您不能通过运行这个命令来安装节点,而且您收到的错误是指出 npm 不在您的路径上,这表明机器当前没有安装节点

可以为此目的使用 不是

用法:

nodist                         List all installed node versions.
nodist list
nodist ls


nodist <version>               Use the specified node version globally (downloads the executable, if necessary).
nodist latest                  Use the latest available node version globally (downloads the executable, if necessary).


nodist add <version>           Download the specified node version.

更多 Nodist 命令 给你

对于窗口,最好是: Nvm-windows

1)安装.exe

2)重新启动(否则,nvm 不会未定义)

3)作为管理员运行 CMD,

4) nvm use 5.6.0

注意: 您必须以管理员身份运行,以便每次切换节点版本。

只要卸载系统中的任何节点版本即可。 那就去这个网站 Https://nodejs.org/download/release/ 并选择你想要的版本,就像我喜欢的 v7.0.0/和 点击那个去获取那个 。 msi文件。 最后,您将在系统中获得安装程序,因此请安装它。 它会解决你所有的问题。

运行:

Npm install-g node@7.10.1

- or whatever version you want after the @ symbol (This works as of 2019)

首先,您需要从系统中卸载 nodejs,最好是从“添加或删除程序”或“控制面板”中卸载。然后,进入 Nodejs官方网站,向下滚动找到图像中的 previous releases

enter image description here

单击 previous releases并在搜索框中键入正在搜索的版本

enter image description here

转到 downloads,最后从列表中选择一个 msi文件