-
Notifications
You must be signed in to change notification settings - Fork 9
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
Does not install on Windows10 even with build tools and python #9
Comments
This is not an issue with |
do you know if nodejs/node-gyp has a running issue on this? or what i can do to fix it? |
@nektro The issue is probably related to how your specific system is configured. You may need to install windows-build-tools:
It's possible you need to configure it with a different version of visual studio:
It's possible that the build system can't find its python dependency:
If none of those fix your problem, I would try google searching:
|
@JoshuaWise You saved my ass after spending 3 days chasing ghosts.
finally worked for me. Please enjoy a beer. Or just having saved a complete stranger's ass :-) |
https://gist.github.com/nektro/96f301d3d1891451fac0f11416d0d18c
The text was updated successfully, but these errors were encountered: