我正在使用此命令安装grunt-iconizr:
npm install grunt-iconizr
iconizr需要node-gyp,这个模块需要Python 2.7和Windows Visual Studio ......我按照这篇文章中描述的步骤进行操作:NodeJS - Error installing with NPM
但是当我运行命令时,我得到以下gyp ERR!构建错误:
gyp ERR! build error
gyp ERR! stack Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with exit code:
1
gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp
\lib\build.js:267:23)
如何解决此错误?