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
This issue is pretty well documented down the chain but pngquant-bin a dependency of imagemin-pngquant is currently breaking the npm install process. It seems to be mainly effecting Linux systems aka common build environments. As a result, in my case I am not able to build and deploy my site.
Looks like v4 introduces a dependancy on Node V4 as well as this commit which is the one that seems to be causing everyone problems: imagemin/pngquant-bin#75
Description
This issue is pretty well documented down the chain but
pngquant-bin
a dependency ofimagemin-pngquant
is currently breaking thenpm install
process. It seems to be mainly effecting Linux systems aka common build environments. As a result, in my case I am not able to build and deploy my site.imagemin/imagemin-pngquant#46
imagemin/pngquant-bin#78
I wonder if we could downgrade the version of
imagemin-pngquant
required bygatsby-plugin-sharp
to5.0.1
so avoid the broken version.Environment
npm list gatsby
):[email protected]
gatsby --version
):1.9.194
9.8.0
The text was updated successfully, but these errors were encountered: