Error After Build: Drizzle ORM and Better SQLite 3 #406
Unanswered
VitorAndrey
asked this question in
Q&A
Replies: 1 comment
-
You should install the related dependence in deps https://electron-vite.org/guide/dev#dependencies-vs-devdependencies |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Electron Vite community,
I'm currently facing an issue with my Electron Vite application, and I'm hoping someone can provide some guidance. I'm using Better SQLite 3 with Drizzle ORM, and I encounter an error only after building the application.
Problem Overview:
npm run dev
), but I encounter an error after building the application for Windows (usingnpm run build:win
).Additional Context:
Screenshots:
I'm seeking tips or suggestions on where to start investigating this issue. Could it be related to Drizzle ORM, Better SQLite 3, or something else in the build process? Any insights or experiences with similar issues would be greatly appreciated.
Thank you for your time and assistance!
Beta Was this translation helpful? Give feedback.
All reactions