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

Node version 11.6.0 and sqlite3 #78

Closed dhunt84971 closed 4 months ago

dhunt84971 commented 1 year ago

Started running into issues getting sqlite3 to work with any version of node that is not version 11.6.0. There are still significant issues trying to get node and sqlite3 to play nice together. For the time being, use nvm to install node version 11.6.0 before initially running npm install or after deleting the node_modules folder.

dhunt84971 commented 4 months ago

Updates to packages seems to have fixed this.