while install heapdump using nodejs I am facing below error message. I have installed python on the system also. I have to install heapdump package in node_module. Below is the part of package.json where i have specified the heapdump version. "grunt-shell": "^0.6.4", "heapdump": "^0.3.4"
error:
[06:26:28][Step 4/8] npm http 304 https://registry.npmjs.org/getobject
[06:26:28][Step 4/8] npm ERR! heapdump@0.3.5 install: `node-gyp rebuild`
[06:26:28][Step 4/8] npm ERR! Exit status 1
[06:26:28][Step 4/8] npm ERR!
[06:26:28][Step 4/8] npm ERR! Failed at the heapdump@0.3.5 install script.
[06:26:28][Step 4/8] npm ERR! This is most likely a problem with the heapdump package,
[06:26:28][Step 4/8] npm ERR! not with npm itself.
[06:26:28][Step 4/8] npm ERR! Tell the author that this fails on your system:
[06:26:28][Step 4/8] npm ERR! node-gyp rebuild
[06:26:28][Step 4/8] npm ERR! You can get their info via:
[06:26:28][Step 4/8] npm ERR! npm owner ls heapdump
[06:26:28][Step 4/8] npm ERR! There is likely additional logging output above.
[06:26:28][Step 4/8]
[06:26:28][Step 4/8] npm ERR! System Windows_NT 6.1.7601
[06:26:28][Step 4/8] npm ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
[06:26:28][Step 4/8] npm ERR! cwd C:\TeamCity\buildAgent\work\60663b0f150483a8\smoke
[06:26:29][Step 4/8] npm ERR! node -v v0.10.22
[06:26:29][Step 4/8] npm ERR! npm -v 1.3.14
[06:26:29][Step 4/8] npm ERR! code ELIFECYCLE
t