Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug mode succeeded, release mode failed #145

Closed
ccpwcn opened this issue Jul 1, 2018 · 1 comment
Closed

debug mode succeeded, release mode failed #145

ccpwcn opened this issue Jul 1, 2018 · 1 comment

Comments

@ccpwcn
Copy link

ccpwcn commented Jul 1, 2018

When I install better-sqlite3, debug application from vscode, all things is ok, but when I packaged the application using electron-packager, application failed:
tim 20180701112258

I had tried

npm install sqlite3 --save
npm install electron-rebuild --save
.\node_modules\.bin\electron-rebuild.cmd

this steps all succeeded, but application failed on release mode

and I has tried too:

npm install better-sqlite3@latest --build-from-source --runtime=electron

this steps all succeeded, but application failed on release mode too.

In the word:
Application still failed on release mode after electron-packager packaged it.
why???

@JoshuaWise
Copy link
Member

This is a duplicate of #126.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants