-
Notifications
You must be signed in to change notification settings - Fork 175
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
Module build fails with empty binding.gyp #1127
Comments
This is caused by the same issue as #1116. See #1116 (comment) for a workaround. |
It doesn't seem like node-rebuild does anything at all when forced to run with [email protected]. It just hangs there claiming to be building but no compiler commands are actually running Also doesn't seem to be python related, I tried with a few different versions and it doesn't work either. |
Hey, thanks for letting me know, that pointed to a flawed conclusion on my side. Additionally to the proposed solution you need to change If this does not fix it, it's probably the library you are trying to build. Errors like the one you reported above were constantly thrown for me until I fixed the linked issue tho.
It's also possible there is an actual error with a And as you can see the |
Hello, I'm trying to use audify (https://github.com/almoghamdani/audify) in an electron app with electron-forge.
When the electron-rebuild step runs it tries to rebuild audify build fails with the error at the end.
The module actually uses cmake-js to build and builds fine if build using npm run rebuild. It actually worked fine with electron-rebuild at some point but something updated and it doesn't work anymore. not sure if the issue is in electron-rebuild or node-gyp.
The text was updated successfully, but these errors were encountered: