There might be a problem with the project dependency tree.
It is likely not a bug in Create React App, but something you need to fix locally.
The react-scripts package provided by Create React App requires a dependency:
"babel-eslint": "9.0.0"
Don't try to install it manually: your package manager does it automatically.
However, a different version of babel-eslint was detected higher up in the tree:
Same here but with webpack
The react-scripts package provided by Create React App requires a dependency:
"webpack": "4.19.1"
Don't try to install it manually: your package manager does it automatically.
However, a different version of webpack was detected higher up in the tree:
/.../<PROJECT_HOME>/node_modules/webpack (version: 2.7.0)
Did you fix the issue?
Did you fix the issue?
I used npm ls webpack to discover which package was giving the problem (in my case, react-recaptcha-v3) and removing it solved my problem.
its not solve my issue
Hey there! We use the issue tracker for bug reports and feature requests.
If you have a question, please check our community support resources:
https://facebook.github.io/react/community/support.html