You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: