imessageclient
imessageclient copied to clipboard
Error on "node app" step
I'm running Ubuntu 18.04.5. I have installed the app, but when I run "node app" I get: Error: SQLITE_CANTOPEN: unable to open database file
I have sqlite3 installed. I have used "npm install [email protected]" to have the version matching what is in "package.json".
Can you help me with this?
Try running the following in the same directory as the app.
npm install sqlite3 -D