更新nodeJs时出现“ERR!Windows_NT 6.3.9600”错误

时间:2015-10-22 05:30:28

标签: node.js

我正在尝试使用以下命令更新我的节点

npm cache clean -f
npm install -g n
n stable

在运行第二个命令时会出现以下错误

npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "n"
npm ERR! node v0.12.0
npm ERR! npm  v2.5.1
npm ERR! code EBADPLATFORM

npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your operating system or architecture: n@2.0.2
npm ERR! notsup Valid OS:    !win32
npm ERR! notsup Valid Arch:  any
npm ERR! notsup Actual OS:   win32
npm ERR! notsup Actual Arch: x64

1 个答案:

答案 0 :(得分:1)

根据模块n的{​​{3}}:

  

注意:目前在Windows上不起作用。拉请求表示赞赏。

所以,他们现在不支持Windows操作系统。当您尝试在计算机上安装时,模块也会报告相同的问题。请参阅错误堆栈跟踪。我概述了相关的错误堆栈跟踪,如下所示:

npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your operating system or architecture: n@2.0.2
npm ERR! notsup Valid OS:    !win32
npm ERR! notsup Valid Arch:  any
npm ERR! notsup Actual OS:   win32
npm ERR! notsup Actual Arch: x64

请从documentation安装Windows的最新节点可执行文件。这应该可以帮助您升级系统上的节点。