February 4, 2023

Error: Cannot find module node_modules/sqlite3

Error

Error: Cannot find module node_modules/sqlite3/lib/binding/node-v57-linux-x64/node_sqlite3.node


Solution

Try

1
npm rebuild

In your app folder. Also, this is not really an issue with this project, but with npm not telling you that the node ABI changed when you update NodeJS



Reference

About this Post

This post is written by Andy, licensed under CC BY-NC 4.0.

#TroubleShooting#SQLite#Cloud Server