如何在Windows 10上安装Node.js?

时间:2016-09-30 17:58:41

标签: node.js windows installation node.js-client

我尝试使用安装程序在Windows 10 64位上安装Node.js.

当我运行installe.exe时,我接受规则并按下一个按钮,无论如何我得到以下通知: enter image description here

当我尝试设置下载安装文件的路径时:

enter image description here

再次出现此错误。

1 个答案:

答案 0 :(得分:0)

@Babaev 根据您的说法,我猜它是与路径问题相关的问题,或者说.msi文件可能在下载时已损坏。尝试从https://nodejs.org/en/download/获取.exe文件的Windows二进制文件,假设我们将node.exe文件放在文件夹c:\ nodejs中。现在设置npm -

  

第1步:从中下载最新的npm版本   GitHub(https://github.com/npm/npm/releases)第2步:创建文件夹   c:\ nodejs \ node_modules和:\ nodejs \ node_modules \ npm
  第3步:解压缩   在c:\ nodejs \ node_modules \ npm文件夹中下载了zip文件   第4步:复制   npm和npm.cmd文件从c:\ nodejs \ node_modules \ npm \ bin到c:\ nodejs   文件夹。
  第5步:作为最后一步,您可以添加节点的文件夹   pathc:\ nodejs到路径环境变量,这样你就没有了   在命令提示符下运行node.exe和npm时指定完整路径。

希望这会有所帮助:)