-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Comments
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... |
hi @Gabriel0402 @pinin |
Can we close this ticket as its a duplicate of #679 |
This is a different error. It's "binding.gyp". |
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 |
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?
The text was updated successfully, but these errors were encountered: