You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The react-scripts package provided by Create React App requires a dependency:
"webpack": "4.29.6"
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:
.........\webpack (version: 4.30.0)
I have some issues using this package with React.
I guess this can be solved by moving the webpack dependency to devDependencies in package.json.
The text was updated successfully, but these errors were encountered: