Replies: 1 comment
-
Hi! npm 7 is unfortunately a bit more unforgiving about such things, so if you run it with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Got dependency error while installing gatsby-cli
npm install -g gatsby-cli
Error :
Could not resolve dependency: peer graphql@"^14.4.1" from [email protected]
Could not resolve graphql dependency because gatsby-recipes is using express-graphql@"^0.9.0"
I am using Yarn resolution to address my dependency issues, but below is a suggestion on how this issues can be fixed in gatsby-recipes.
Suggestion - how to fix error:
the newest version of graphql is 15.5.0 and is supported by express-graphql@0.12.0.
My
gatsby info --clipboard
output :Beta Was this translation helpful? Give feedback.
All reactions