electron-forge / electron-forge-docs

:electron: Mirror for Electron Forge's GitBook documentation
https://electronforge.io
87 stars 150 forks source link

electron-forge use sqlite3 has errors: Uncaught Exception: Error: Cannot find module 'sqlite3' #205

Open xuhj opened 1 week ago

xuhj commented 1 week ago

i follow create an Electron app with Vue and Electron Forge it can be run successfuly for npm run start and npm run make then I also do yarn add sqlite3 and add "const sqlite3 = require('sqlite3').verbose();" in main.js it can be run successfuly for npm run start

but npm run make it show "Uncaught Exception: Error: Cannot find module 'sqlite3'" how to Resolve this issue? I have try delete node_modules but useless ![Uploading 11.jpg…]()

xuhj commented 1 week ago

11