-
-
Notifications
You must be signed in to change notification settings - Fork 815
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
node-gyp or electron-rebuild does not working #1437
Comments
I tried Using npm and Manually Build for Electron, it looks same. So I'm not sure I have installed node-gyp's dependencies correctly. |
Same issue, not working. Tried with Node v12 & v14. |
Same issue, tested using python2 and python3 during builds, also using |
npm install [email protected] --build-from-source --runtime=electron --target=9.3.5 --dist-url=https://electronjs.org/headers --target_arch=ia32 |
I ran into the same problem. I think there are two problems:
When using electron11 or less, it seems better to use sqlite v5.0.0. |
Should I set napi_build_version? |
Thanks @k-matsuzawa, it worked! |
Thank you @justorez |
use [email protected] , thanks @justorez . |
This works for me.Thank you |
Would you be able to try with sqlite3 v5.0.3? 🙂 |
Thanks for the awesome library, and sorry for my English.
I want to use sqlite3 in my electron(fork from [email protected]). When I type
yarn add sqlite3
, install succeeded, and trigger postinstall to compile sqlite3 for electron. I got some errors below:postintsall
script:ElectronRebuild.js:
Environment:
Windows 10 x64
Manually install node-gyp dependencies VSBuildTools 2019
How can I make it works or use another module instead?
Thanks for your help.
The text was updated successfully, but these errors were encountered: