Hi everyone! I have been developing things on glitch for a while now, and today I ran into a problem with the Sqlite3 module. Has anyone else had this problem?
This usually happens after changing the node version.
Make sure that you have a sqlite3 in dependencies in package.json
Then try npm rebuild or npm install sqlite3 --build-from-source