dhunt84971 / CalendarNotes

Electron app - Calendar based daily notes (journal) stored in a MySQL or SQLite DB.
http://calendarnotes.org
MIT License
3 stars 1 forks source link

sqlite3 Binding Issues #87

Open dhunt84971 opened 2 months ago

dhunt84971 commented 2 months ago

For some reason when sqlite3 is installed via npm, the binding folder is named napi-v6-linux-glibc-x64, but the builder needs the folder to be named napi-v3-linux-glibc-x64. Renaming the folder by simply changing v6 to v3 fixes the issue.

image

I don't have time to figure out why this issue occurs, but this "fix" has worked flawlessly, for now.