-
-
Notifications
You must be signed in to change notification settings - Fork 815
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 installs but fails on require/import in mingw64 #1792
Labels
Comments
Here is the same problem using --import=sqlite3
|
2 tasks
I was able to change this behavior by installing sqlite3 with:
resulting in no longer getting the DLL error above but a different error as follows:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Summary
I am unable to use sqlite3 in node. I've tried multiple minimal scripts, but have narrow it down to a simple cli examples below. I get the same results using sqlite3 version 5.1.5, 5.1.6, and 5.1.7
Steps to Reproduce
Version
5.1.5, 5.1.6, 5.1.7
Node.js Version
v21.7.2
How did you install the library?
MINGW64_NT-10.0-19045 DESKTOP-MD7Q6H6 3.5.3.x86_64 2024-05-06 06:45 UTC x86_64 Msys
The text was updated successfully, but these errors were encountered: