strapi / starters-and-templates

Monorepo for all official Strapi v4 templates
MIT License
327 stars 117 forks source link

Fix end of buffer not reached on gatsby projects #51

Closed remidej closed 2 years ago

remidej commented 2 years ago

We had this issue on the gatsby blog starter: https://github.com/gatsbyjs/gatsby/discussions/34703

It meant we had to delete the cache everytime we restart the server, which made the DX very bad while working on gatsby-source-strapi.

As mentioned in the linked issue, the fix was to update a nested dependency, so I regenerated the yarn.lock file