-
-
Notifications
You must be signed in to change notification settings - Fork 829
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 6.x support #638
Comments
Same problem as yisk with Windows10 x86. |
Because of the new V8 version, if you update to 6.0.0 you need to
|
Well, I finally did it. That rebuilding was really tricky (Python2.7, Windows SDK-8.1, VS C++ tools). |
Try rebuilding with nan 2.3.2 and the deprecation warnings should go away. related issue: #634 |
Yep, it helps. |
Seems to be issues created: TryGhost/node-sqlite3#634 TryGhost/node-sqlite3#638
Any news on this ? Release date ? Because I can make it work locally but all CI tests are failing because of this error.
Full Travis build here https://travis-ci.org/trailsjs/trailpack-sequelize/jobs/129071450 |
[email protected] has been released, which is the first one to support node v6. |
Node.js v6.0.0, sqlite3 v3.1.3, Windows 10 x64.
I have an error "Cannot find module ...\sqlite3\lib\binding\node-v48-win32-x64\node_sqlite3.node".
There are only "node-v47-win32-x64" folder in ...\sqlite3\lib\binding .
The text was updated successfully, but these errors were encountered: