Windows 10上的Node-gyp错误

时间:2016-10-21 14:02:00

标签: node.js npm windows-10 node-gyp

我有资源库https://github.com/maximusnikulin/react-gulp-boilerplate

我将其克隆到磁盘上的文件夹中,然后使用npm install安装所有软件包。

在Windows 7上它运行得很完美,但在Windows 10上我有错误node-gyp should be installed with flag -g,但我已经多次使用-g flug安装它。

另外,我安装了VS2015Express以及npm install msvs_version=2015

没有用。 我将不胜感激任何帮助和建议。

感谢。

1 个答案:

答案 0 :(得分:1)

你应该输入:

npm install --msvs_version=2015