-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I also tried to update some packages to newer versions for V2, cleared out my yarn lock file and deleted node_modules folder, yarn installed again: Did not seem to help fix the error. |
Beta Was this translation helpful? Give feedback.
-
Was able to resolve my issue, one of my package: |
Beta Was this translation helpful? Give feedback.
Was able to resolve my issue, one of my package:
"gatsby-image": "^2.10.0"
, was conflicting with"gatsby-remark-images": "^3.10.0",
causing their ImageSharp dev dependencies to act weird. Bumping gatsby-image up to 3.10.0 to align with gatsby-remark-images helped fix my issue here.