-
Notifications
You must be signed in to change notification settings - Fork 39
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
io.js 3.0 build failure #59
Comments
Or it is relevant to #58 ? |
Yep #58 will support io.js v3, I will publish it in a few days :) |
@pierreinglebert any updates? |
I noticed a little memory leak but I don't really have time to look for it. I'll publish it as is and investigate later. |
@pierreinglebert yeap, at east I run it only ro build frontend, so I can deal with memory leaks. |
It no longer build with iojs 3 on linux (but works on osx :/) |
@pierreinglebert it is blocking issue. Because every web server is a Linux server. So without linux build there will be not deploy :(. |
May as well focus on getting node-zopfli to support node v4 instead and skip iojs v3, as it should come out very soon: |
It's ok, it was because travis was using g++ 4.6 and iojs requires at least 4.8 |
v1.4.0 is out |
Is node-zopfli working for people using io.js 3 or Node 4? It doesn't appear to be working for me. I'm getting this error:
I get that with both io.js 3 and Node v4. Works fine with io.js 2. Any ideas? |
Yes it works for both. You must rebuild your native modules when switching
|
Thanks. But this seems odd... I'm using nvm, and veggie I run the install, On Thu, Oct 29, 2015, 11:54 AM Pierre Inglebert notifications@github.com
|
no, io.js v3 has ABI v44 and node.js v4 has ABI v45 so you need to rebuild it. When switching between major nodejs version, you must run it : https://docs.npmjs.com/cli/rebuild |
/cc @pierreinglebert
The text was updated successfully, but these errors were encountered: