Skip to content

node-gyp with Windows 10 and Visual Studio 2015 #698

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

Closed
Gabriel0402 opened this issue Aug 20, 2015 · 5 comments
Closed

node-gyp with Windows 10 and Visual Studio 2015 #698

Gabriel0402 opened this issue Aug 20, 2015 · 5 comments
Labels

Comments

@Gabriel0402
Copy link

When I'm installing node-gyp in windows 10 with visual studio 2015, there's an error which says that binding.gyp not found. I've installed python27 and set the path in node-gyp. I also install the windows10 sdk which is in C:\Program Files (x86)\Windows Kits\10. But the error still exists. Any help?

@pinin
Copy link

pinin commented Aug 21, 2015

a very long way for widows - there are missing files

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\External\npm\node_modules\npm\ .... just missing .... node_modules\node-gyp\bin...

@jasonwilliams
Copy link
Contributor

hi @Gabriel0402 @pinin
I think this ticket is a duplicate of #679 which is where the main conversation of this problem is taking place

@jasonwilliams
Copy link
Contributor

Can we close this ticket as its a duplicate of #679
If anyone has issues can you please discuss them there instead
Thanks

@dado3212
Copy link

This is a different error. It's "binding.gyp".

@thallbeck
Copy link

dado3212 I had the same error when trying to install robotjs which rebuilds node-gyp. Got things to work only after setting the env var to 2015:

set GYP_MSVS_VERSION=2015
npm install --msvs_version=2015
npm install robotjs

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

No branches or pull requests

7 participants