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
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.
The text was updated successfully, but these errors were encountered:
When running
npm start
the following error is shownThis is due to the fact that an older version of
react-scripts
is used.The text was updated successfully, but these errors were encountered: