-
Notifications
You must be signed in to change notification settings - Fork 10
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
provide binaries to avoid build on install #8
Comments
This would fix #16 |
Just noting this here as it's the same problem / improvement, WiseLibs/better-sqlite3#163 |
I have created a pull request to do this: #23 |
Let me know if this fixes it, before the install: npm i -g node-gyp@latest |
This issue is about removing the need of building |
@oupala I'm not a maintainer here but I'm sure a PR is welcome. |
@cekvenich Pull request #23 which fixes this issue has already been merged. |
This is now supported with |
It should be clearly written that prebuilt binary are only available for x64. And yes, x86 is still used nowadays. |
It could be great if this module could provide binaries to avoid build on install, such as node-sass does.
Most issues of integer are about difficulties to install it, this could solve this frequent problem.
Here are the binaries that should be provided:
For other architectures, there is still node-gyp.
The text was updated successfully, but these errors were encountered: