在Windows 8.1上安装node.js时出错

时间:2016-01-13 08:42:09

标签: node.js npm ionic windows-8.1 npm-install

我在Windows 8.1 PC中安装了node-v5.4.0-x64。在安装过程中,我收到以下错误,但安装完成。

Warning 1909. Could Not Create Shortcut Node.js command prompt.lnk. Verify that the destination folder exists and that you can access it.

我在尝试使用npm命令时遇到以下错误。

'CALL "C:\Program Files\nodejs\\node.exe" "C:\Program Files\nodejs\\node_modules\npm\bin\npm-cli.js" prefix -g' is not recognized as an internal or external command,
operable program or batch file.

我尝试过按照某些文章的建议重新安装node.js,但它没有用。 我已经搜索了这个错误,但我找不到任何适当的解决方案。有人可以帮帮我吗。

1 个答案:

答案 0 :(得分:0)

我能够通过在AppData目录中创建npm文件夹并重新安装node.js来解决此问题。

我已按照此处给出的说明进行操作。

https://github.com/nodejs/node-v0.x-archive/issues/8141