-
-
Notifications
You must be signed in to change notification settings - Fork 817
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-sqlite3 failing on IOJS #385
Comments
Got this issue as well, its downloading the wrong binding binary or looking in the wrong place for it. |
We'll get this working soon. At least these things need to be done:
|
Thanks a lot @springmeyer ! :) |
Node-webkit has been renamed to nw.js and its newest versions are based on io.js as well. The more the merrier, but Windows XP is no longer supported because of nodejs/node#374. |
@Mithgol - thanks for the details. Sounds like that will need some time to resolve itself. I propose I make a new tag (v3.0.4) of node-sqlite3 today that supports node v0.10.x, v0.11.14, and iojs v1.0.2 and worry about webkit/nw.js support in the coming weeks? |
Okay, though I have a couple of thoughts about it:
|
What's the work around? Where's the url to the node v0.11 bins so I can just copy them into the node_modules directory myself? |
You will have to change the engines selector in the package.json as well. It won't allow you to run sqlite3 on |
Is there a point in having this engine restriction ? Seems more trouble than it's worth, and if nodejs ever comes out of 1.0 in an incompatible way to iojs, it will not even protect anything... After removing the engine restriction entirely, it seems the master branch of node-sqlite3 happily compiles for iojs |
|
[email protected] installs and works out of the box with iojs-1.2.0 |
Okay, closed. |
not working with iojs-2.0.0 |
@EgoAleSum Please create an issue for that. This issue was about supporting io.js 1.X series; 2.X sports an updated V8 engine and breaks binary support, thus needs a new nan (1.8.4) and / or a variety of modifications throughout the codebase. |
Today I tried using IOJS. I spoke to few folks at #iojs today in irc. Someone told me to inform you that NaN(https://github.com/rvagg/nan) 1.6 supports iojs now.
I got the error below after executing it:
The text was updated successfully, but these errors were encountered: