I am doing npm install zmq but stuck in strange error, please see below
C:\Users\Administrator>npm install zmq
MSBUILD : error MSB4132: The tools version "2.0" is unrecognized. Available too ls versions are "4.0".
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)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789: 12)
googled but with no luck. this is a fresh install on windows server 2012. and zmq is already installed using windows msi installer, but i want to use zmq under nodejs so doing npm. i think msbuild is failing as node is assuming version 2 of .net framework, however installed .net version is 4. can any one please guide me how to solve the issue - thanks
regards zishan