You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gulp and the node process completely exits prematurely.
Edit: According to caught error, pngquant binary exited with code 99, which is described here: https://github.com/pornel/pngquant#--quality-min-max
This module should handle the error, emit an info or warning but not fail like it does currently.
The text was updated successfully, but these errors were encountered:
Thanks for the report, @strarsis. Do you have interest in submitting a pull request? Maybe checking the exit code in L54-L57 like 213b093 solves the problem.
PNG images outputted from node sharp are piped into pngquant for lossy and advanced optimisations.
An error occurs when the quality string for pngquant contains a too narrow range (e.g. '80-90'):
Gulp and the node process completely exits prematurely.
Edit: According to caught error, pngquant binary exited with code 99, which is described here: https://github.com/pornel/pngquant#--quality-min-max
This module should handle the error, emit an info or warning but not fail like it does currently.
The text was updated successfully, but these errors were encountered: