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
fix(gatsby-plugin-sharp): bail early if sharp isn't working (#10677)
We've seen several issues where builds break because `gatsby-plugin-sharp` fails for some reason.
Typically because `sharp` didn't build correctly during install like in #10620 most likely due to an incorrect version of python
From https://github.com/nodejs/node-gyp
> python (v2.7 recommended, v3.x.x is not supported)
This PR adds a try-catch around requiring `sharp` and bails early if it fails
0 commit comments