-
-
Notifications
You must be signed in to change notification settings - Fork 760
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
Error installing jimp, 'node-zlib-backport error' #129
Comments
Thanks! Looks like a problem with the latest version of |
@oliver-moran getting this as well, thanks so much for the quick response! 😀 |
Yeah, thanks for the super quick response @oliver-moran, hope it will not cause anymore problems |
OK. I did an emergency release just now. (Even though it broke the browserify version by doing so.) Can you guys check that all is OK again? Thanks. |
Non-transpiled arrow function in https://github.com/oliver-moran/jimp/blob/a6a4bfad75dec7595c8f9e05e717e00dd174c4b7/index.js#L1169 |
@lukeapage just updated |
Sorry about this - it is a bug in npm - I should be able to add an optional dependency without breaking peoples builds, but nevermind, the dependency is removed. |
It stopped working with my nodejs version. (I think node compatability is the reason) my nodejs version is 0.12.9. It gives the error with histogram method (ln 1169) in index.js for => notation. |
@oliver-moran Works perfectly on Node 5.11 for me. Thanks again! |
@oliver-moran per @manikmi and my comment above, there's an ES6 arrow function that breaks compatibility with older versions of node. @Igor1201 PR#130 includes a fix for this, but not sure when you plan to merge/release that work. |
we should just fix this threading arrow problem on master, because my PR is supposed to do other things as well |
Just checking, any of these issues still presenting? |
Ever since I upgraded the project that uses this to node 5.11 I haven't been having any issues. Alex On Tue, Jul 26, 2016 at 4:53 PM -0500, "Oliver Moran" notifications@github.com wrote: Just checking, any of these issues still presenting? — |
Issue can be closed, it's safe to say that it's fixed now 👍 |
Happy days! Thank you! |
So, for some reason, out of the blue my nodejs refuses to work as it should. when i run
npm insall jimp
i get a node-gyp error on the module node-zlib-backport used by the dependency pngjs. it returns an error when compiling the source giving a `Users/mirko/.node-gyp/5.11.0/include/node/node_internals.h:6:10: fatal error: 'util-inl.h' file not foundinclude "util-inl.h"` error.
Heres the (almost) full terminal log. i know this might not be jimp's problem but i wonder if anyone experienced it before:
Running on OS X with node 5.11.0 and npm 3.8.6
The text was updated successfully, but these errors were encountered: