-
Notifications
You must be signed in to change notification settings - Fork 37
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
Issue with optipng-bin #17
Comments
@kevva @shinnn @sindresorhus @jdalton @ihodev ^^ |
Experiencing the same issue. |
+1 |
This is a major issue breaking our builds. |
+1 to major issue breaking builds |
Looking in to this problem. Here's what I see:
|
Shoot, the bad download could also come from this download method. Rough stack trace:
This process could fail, too, maybe?! |
Appearently opti-png bin file is infected with ML/PE-A malware. If you have an antimalware or similar tool, it will detect and remove the file. At least that's the case on my end that fails to install from npm |
npm rebuild solved the problem for me. |
I have issue in Travis build:
Error: spawn /app/node_modules/optipng-bin/vendor/optipng ENOENT
at exports._errnoException (util.js:1036:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
The command '/bin/sh -c gulp' returned a non-zero code: 1
I'm not sure, if it helps, but can you make release with latest changes, where
optipng-bin
has version 4.0.0. Thank youThe text was updated successfully, but these errors were encountered: