Skip to content
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

webpack dependency issue when running npm start #3

Open
vernig opened this issue Jun 1, 2020 · 0 comments · May be fixed by #4
Open

webpack dependency issue when running npm start #3

vernig opened this issue Jun 1, 2020 · 0 comments · May be fixed by #4

Comments

@vernig
Copy link
Contributor

vernig commented Jun 1, 2020

When running npm start the following error is shown

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:

  "webpack": "4.41.2"

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:

  /Users/twilio/dev/customer/bamboo/plugin-logo-bamboo/node_modules/webpack (version: 4.42.0) 

This is due to the fact that an older version of react-scripts is used.

@vernig vernig linked a pull request Jun 1, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant