I want to install a module called synchronize in node js .
I got this error. I am in windows :
[email protected] install C:\Users\Kobbi\WebstormProjects\untitled19\node_modules\synchronize \node_modules\fibers node build.js || nodejs build.js
win32-ia32-v8-3.28` exists; testing Problem with the binary; manual build incoming
C:\Users\Kobbi\WebstormProjects\untitled19\node_modules\synchronize\node_modules\fibers>if not defined npm_config_node_gyp (node "C:\Program Files (x86)\nodejs\node_modules\npm\bin \node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js" rebuild --release ) else (nod e rebuild --release ) Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. C:\Users\Kobbi\WebstormProjects\untitled19\node_modules\synchronize\node_modules\fibers\b uild\fibers.vcxproj(20,3): error MSB4019: The imported project "C:\Microsoft.Cpp.Default. props" was not found. Confirm that the path in the declaration is correct, and t hat the file exists on disk. gyp ERR! build error gyp ERR! stack Error:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
failed w ith exit code: 1 gyp ERR! stack at ChildProcess.onExit (C:\Program Files (x86)\nodejs\node_modules\npm\ node_modules\node-gyp\lib\build.js:269:23) gyp ERR! stack at ChildProcess.emit (events.js:110:17) gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12) gyp ERR! System Windows_NT 6.1.7601 gyp ERR! command "node" "C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\ \node-gyp\bin\node-gyp.js" "rebuild" "--release" gyp ERR! cwd C:\Users\Kobbi\WebstormProjects\untitled19\node_modules\synchronize\node_modu les\fibers gyp ERR! node -v v0.12.7 gyp ERR! node-gyp -v v2.0.1 gyp ERR! not ok Build failed 'nodejs' is not recognized as an internal or external command, operable program or batch file. npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\Program Files (x86)\nodejs\\node.exe" "C:\Program Files (x86)\node js\node_modules\npm\bin\npm-cli.js" "install" "synchronize" npm ERR! node v0.12.7 npm ERR! npm v2.11.3 npm ERR! code ELIFECYCLEnpm ERR! [email protected] install:
node build.js || nodejs build.js
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] install script 'node build.js || nodejs build.js'. npm ERR! This is most likely a problem with the fibers package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node build.js || nodejs build.js npm ERR! You can get their info via: npm ERR! npm owner ls fibers npm ERR! There is likely additional logging output above.npm ERR! Please include the following file with any support request: npm ERR! C:\Users\Kobbi\WebstormProjects\untitled19\npm-debug.log
I would appreciate any help. Thanks in advance