-
-
Notifications
You must be signed in to change notification settings - Fork 828
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
Installing for node-webkit v0.8.6 #311
Comments
@remy-phelipot Currently the latest The fix for node-webkit v0.8.6 was introduced later in node-pre-gyp v0.5.18. It will be included in the next version of the |
@springmeyer Would you |
@remy-phelipot instead of installing it as an npm package install it from the project master branch. |
@eduardoag For node-webkit 0.10.0-rc1 you could try installing from the experimental (And, if you try, tell us if it's successful.) |
@Mithgol Well you just made my day. Tested and it is up and running with node-webkit |
@eduardoag Ok, I will try that on Monday ;) Thanks! |
master now works after #313, and soon I'll tag v2.2.4 which will fix this. |
Thanks! |
@remy-phelipot This issue should already be fixed by now. Please check. |
@Mithgol The issue is fixed for me. Thanks |
Hello!
It seems there is a problem with the compilation process for node-webkit v0.8.6. I'm using this command:
But it seems this version is not supported, because this error is displayed
But if I choose v0.8.5 instead of v0.8.6, there is no problem, even when using node-webkit 0.8.6, and I can use the module.
Is there any solution to this problem?
Regards
The text was updated successfully, but these errors were encountered: