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.
When running
npm startthe following error is shownThis is due to the fact that an older version of
react-scriptsis used.