We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when using with cordova-electron 2.0.0 that is using electron 10.1.2 https://cordova.apache.org/announcements/2020/10/02/cordova-electron-release-2.0.0.html
it will build napi-v6 instead of napi-v3, any idea how to fix it?
Uncaught (in promise) Error: Cannot find module 'C:\Projects\insight-assess-mobile-app\node_modules\@journeyapps\sqlcipher\lib\binding\napi-v3-win32-x64\node_sqlite3.node' Require stack: - C:\Projects\insight-assess-mobile-app\node_modules\@journeyapps\sqlcipher\lib\sqlite3-binding.js - C:\Projects\insight-assess-mobile-app\node_modules\@journeyapps\sqlcipher\lib\sqlite3.js
The text was updated successfully, but these errors were encountered:
when I update electron to 11 it just crash with blank page and with disconnected dev tools
Sorry, something went wrong.
I also encountered the same problem
I've added new instructions on workarounds here: https://github.com/journeyapps/node-sqlcipher/blob/3870217c1245dd4253e2bac2ea8d1d12a8c4a2b6/README.md#usage-with-electron-forge--electron-rebuild
No branches or pull requests
when using with cordova-electron 2.0.0 that is using electron 10.1.2
https://cordova.apache.org/announcements/2020/10/02/cordova-electron-release-2.0.0.html
it will build napi-v6 instead of napi-v3, any idea how to fix it?
The text was updated successfully, but these errors were encountered: