I´m using this command to install grunt-iconizr:
npm install grunt-iconizr
iconizr requires node-gyp, and this module requires Python 2.7 and Windows Visual Studio...I follow the steps described in this post: NodeJS - Error installing with NPM
But when I run the command I get the following gyp ERR! build error:
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)
How can I fix this error?