-
-
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
Node.js 11 not supported #1063
Comments
Can confirm that the build also fails for me under macOS 10.14 / Node.js 11.0. |
Can anyone see what the problem is here? I can't quite make out what is going on |
Are there plans to convert this project to using N-API? It seems that issues such as this would be avoided in the future by using N-API. I'd love to start using Node 11, but my project requires sqlite3, so I'm stuck with Node 10.x until the install gets fixed up. |
Hi, |
@kibertoad incredibly :D |
macOS 10.14 / Node.js 11.0 failed confirmed. |
+1 |
1 similar comment
+1 |
I'll merge it this weekend, hopefully appveyor supports it as we rely on them to create the builds used in production. |
I've been getting this same error on Node.js 10.13.0, what would you suggest? |
NodeJS 11 support has been added and the prebuilt packages should be available in a couple of hours, depending on the CI. You can track the latest commit here: |
There are no prebuilt node-sqlite3 binaries for Node.js 11, and when Travis attempts to build them instead, this error is thrown:
The text was updated successfully, but these errors were encountered: