Full Stack Software Developer

Electron : SQLite3 Module Not Found

After installing sqlite3 module

npm install --save sqlite3

Sometime after installing sqlite3 module and electron does not finds the module. Best way to resolve it is to rebuild electron.

npm install electron-rebuild
./node_modules/.bin/electron-rebuild -w sqlite3 -p

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.