-
Notifications
You must be signed in to change notification settings - Fork 59
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
Problem adding sqlite3 to project #8
Comments
@jugglingcats did you find any solution to this issue? What I did is added |
@rdpascua did you find a solution for this? I did a project in Now, I'm doing another project in |
@vanchisel i'm having this issue while doing project in |
Apologies if this is not directly related to angular2-electron, but I spent quite a bit of time looking for a fix and couldn't find one. I'm new to webpack and electron.
I tried adding sqlite3 to the project and requiring it:
app.ts
but the build fails with a lot of warnings and finally an error, eg:
I am pretty sure this is something to do with sqlite3 having native code, but am not sure how to fix this in a webpack/electron build.
Any help/pointers appreciated.
The text was updated successfully, but these errors were encountered: