-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERESOLVE unable to resolve dependency tree #140
Comments
Hi @taghp I will test It, haven't started a new project lately with It. |
I don't encounter this issue, see my log:
It could be that you are using an older version of nodejs and npm than mine consider that gatsby v. 3.0 require at least node v12.18.1. Can you post your node, npm and gatsby-cli version? |
Thank you @kalwalt, I'll upgrade my nodejs and npm, then test it again. |
@taghp You are welcome! Let us know if you solved! |
using node 12.21.0, npm 6.14.11, and all is good. |
Very good i think i need to add some infos in the Readme about node and npm version to be used. |
Hey; I think I have the same error
|
Sorry for the delay i haven't tested recently, maybe it is required to upgrade the gatsby version in the |
ok this morning I took the time to test again and it work
details
|
@JOduMonT Glad that you solved, strange that you need to:
|
not that much since the code is under /home |
When trying
gatsby new mytest https://github.com/kalwalt/gatsby-starter-i18n-bulma
I got this error:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: gatsby-starter-i18n-bulma@v1.1.5
npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR! react@"^17.0.1" from the root project
npm ERR! peer react@"^16.9.0 || ^17.0.0" from gatsby-plugin-netlify-cms@5.0.0
npm ERR! node_modules/gatsby-plugin-netlify-cms
npm ERR! gatsby-plugin-netlify-cms@"^5.0.0" from the root project
npm ERR! 2 more (gatsby, react-dom)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.4" from netlify-cms-app@2.14.29
npm ERR! node_modules/netlify-cms-app
npm ERR! netlify-cms-app@"^2.14.26" from the root project
npm ERR! peer netlify-cms-app@"^2.9.0" from gatsby-plugin-netlify-cms@5.0.0
npm ERR! node_modules/gatsby-plugin-netlify-cms
npm ERR! gatsby-plugin-netlify-cms@"^5.0.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
The text was updated successfully, but these errors were encountered: