-
-
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
Module doesn't work on Windows with io.js v2.0.x #449
Comments
same on [email protected] |
Thanks for the report. Just seeing this now. Two problems:
nodejs/node#751 looks like it was a mis-configuration and is not a bug/the cause of this conclusively. However nodejs/node#751 might be involved. |
Anyone hitting this should be able to workaround it by using node |
Downgrading is not an option for me, what else can you suggest for using this library? |
Please try with the latest version - v5.0.3 🙂 |
Hello there,
I'm experiencing an issue with sqlite3 module usage on Windows 8.1 x64 machine, though everything is absolutely fine with similar setup on Linux.
npm i sqlite3
output - gistAs you can see, installation via npm went fine, however, when I try to use the module in the code, I get the following error:
io.js versions tested: v2.0.0 and v2.0.1
sqlite3 version is v3.0.8
Let me know if you require any additional information.
The text was updated successfully, but these errors were encountered: