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

sqlite3 crash on require with nw.js node.js app #1753

Open
hayesgr opened this issue Jan 25, 2024 · 0 comments
Open

sqlite3 crash on require with nw.js node.js app #1753

hayesgr opened this issue Jan 25, 2024 · 0 comments
Labels

Comments

@hayesgr
Copy link

hayesgr commented Jan 25, 2024

Issue Summary

Appears to be installing wrong module. I am running windows 10. I used npm i sqlite3 -D
the first time. The program crashed application crashed after including the "const sqlite3 = require('sqlite3').verbose();"
It gave no visible error.

Steps to Reproduce

Running on windows 10
Create basic nwjs project with nodejs make sure it works then try adding sqlite3 to project.
Once you put the line shown above it will crash. when you try and run it.

Version

5.1.7

Node.js Version

20.11.0

How did you install the library?

npm i sqlite3

@hayesgr hayesgr added the bug label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant