-
-
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
Support for Node 7? #728
Comments
When can we expect this? |
For me
It fails on the other hand for:
|
Same here, working fine locally but failing on travis |
Can someone link a failed Travis build to give us context for what the specific build error is? |
Sure thing, here are two jobs for the same commit:
|
The relevant line from that Travis test is:
Maybe try installing a newer gcc and seeing if the errors change? |
Seems to be the same/a similar underlying issue I have on my local Windows machine:
(It seems AppVeyor have a better Windows setup than me... 😁) |
Yep same here, only works with node-pre-gyp because binary is missing
|
I'm just checking https://github.com/nodejs/node-gyp#installation to see what's missing on my end... |
I'm working on publishing binaries for v7 for osx and linux and windows. They will be ready in about ~30 min. |
wow thanks a lot ! thats great |
@springmeyer This is the kind of support you would want (but never get) from enterprise grade products... 😈 Big thanks! |
@tmcw On Travis it works for me now after installing gcc. Thanks! (https://travis-ci.org/bkimminich/juice-shop/builds/171144010) @springmeyer With the new binaries is now also works on my local Windows. 🏆 Thanks! |
@bkimminich maybe take a look here for your windows machine. this fixed it for me some times ago |
v3.1.8 is now released with binaries for node v7 |
Hello, Error: Cannot find module 'D:\node.js\node_modules\sqlite3\lib\binding\node-v51-win32-ia32\node_sqlite3.node' Effectivley there is no ..\node-v51-win32-ia32 directory, but ..\node-v48-win32-ia32 |
More info available here: TryGhost/node-sqlite3#728
No description provided.
The text was updated successfully, but these errors were encountered: