Skip to content
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

Unhandled stream error in pipe #15

Closed
zgj233 opened this issue May 11, 2018 · 2 comments
Closed

Unhandled stream error in pipe #15

zgj233 opened this issue May 11, 2018 · 2 comments

Comments

@zgj233
Copy link

zgj233 commented May 11, 2018

Debugger attached.
internal/streams/legacy.js:59
throw er; // Unhandled stream error in pipe.
^

Error: Saw pngquant output on stderr: ND<~C{!"D?B<C{;r>m1jSo7(2;U}H7!#

@papandreou
Copy link
Owner

Hmm, are you able to provide the code/image that reproduces this? I wonder if it's just a matter of handling stderr.once('error', ...) here:

this.pngQuantProcess.stdout.once('error', this._error.bind(this));

@papandreou
Copy link
Owner

Closing for inactivity, please reopen with reproduction steps if it's still an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants