contentful-labs / starter-gatsby-blog

Gatsby starter for a Contentful project from the community.
https://contentful.github.io/starter-gatsby-blog/
MIT License
195 stars 199 forks source link

fix(build): fresh clone build dependency #137

Closed dominiksipowicz closed 3 years ago

dominiksipowicz commented 3 years ago

This commit fix fresh clone build. The problem is missing gatsby-plugin-sharp dependency.

This is to solve this community issue: https://stackoverflow.com/questions/63733611/gatsby-plugin-sharp-plugin-couldnt-be-found-when-gatsby-develop-command-is-ra

gregferg commented 3 years ago

Thank you for debugging and finding the solution @dominiksipowicz! Have a nice day!