Uh oh!
There was an error while loading. Please reload this page.
fix for windows build for node-sqlcipher 5.0.0 - #60
Conversation
dev-manager-uk
commented
Dec 10, 2020
not sure what happend with deps/sqlcipher-amalgamation-3031000 - I think you can ignore that if it wants to change. Main thing is changing: #if NAPI_VERSION < 6 || TRUE |
rkistner
commented
Dec 11, 2020
Thanks for the work here. The if statements were introduced upstream here to fix a different issue related to worker threads: TryGhost/node-sqlite3#1367 However, it appears like there are multiple issues related to the N-API 6 version, so it may be better to just disable N-API 6 and worker thread support for now. |
rkistner
commented
Jan 12, 2021
Thanks for the PR. I've now done a thorough investigation, and the issue is caused by electron-rebuild not supporting the |
No description provided.