Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install error #80

Open
narayanmp opened this issue Nov 30, 2016 · 5 comments
Open

Install error #80

narayanmp opened this issue Nov 30, 2016 · 5 comments

Comments

@narayanmp
Copy link

Getting this install error. Tried memwatch-next, same error.

Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found.
Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:
\Users\nmangala\Documents\GitHub\wm-trans-status\node_modules\memwatch\build\memwatch.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: C:\Program Files (x86)\MSBuild\14.0\bin\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:276:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\nmangala\Documents\GitHub\wm-trans-status\node_modules\memwatch
gyp ERR! node -v v4.4.7
gyp ERR! node-gyp -v v3.3.1
gyp ERR! not ok
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "memwatch"
npm ERR! node v4.4.7
npm ERR! npm v2.15.8
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the memwatch package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs memwatch
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls memwatch
npm ERR! There is likely additional logging output above.

npm-debug.zip

@rajeshshegokar111
Copy link

hi..I am also getting error while installing memwatch package.. tried manually also but no luck. getting npm rebuild issue/error

@rajeshshegokar111
Copy link

memwatch

@jwerre
Copy link

jwerre commented Dec 6, 2016

This worked for me:

rm -rf node_modules #or whatever the Windows equivalent is
npm cache clean
npm install

@jwerre
Copy link

jwerre commented Dec 6, 2016

Also, you might want to use memwatch-next

@0xgeert
Copy link

0xgeert commented Mar 29, 2017

@jwerre so 'memwatch-next' is 'memwatch' but for newer node versions? Is there a doc somewhere that explains this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants