imessageclient icon indicating copy to clipboard operation
imessageclient copied to clipboard

Error on "node app" step

Open ericthegeek opened this issue 3 years ago • 1 comments

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?

ericthegeek avatar Sep 10 '21 17:09 ericthegeek

Try running the following in the same directory as the app.

npm install sqlite3 -D

DenDen747 avatar Jun 08 '22 21:06 DenDen747