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
Found: [email protected]
node_modules/react-bootstrap
react-bootstrap@"1.0.0-beta.14" from the root project
Could not resolve dependency:
peer react-bootstrap@"0.31.x || 0.32.x" from [email protected]
node_modules/react-ellipsis-with-tooltip
react-ellipsis-with-tooltip@"1.1.1" from the root project
Fix the upstream dependency conflict, or retry
this command with --force, or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.
"react-ellipsis-with-tooltip": "^1.1.1",
After adding the package with:
yarn add react-ellipsis-with-tooltip
the project fails to load due to the following error:After adding react-bootstrap with:
yarn add react-bootstrap
the project loads and the tooltip works but without styling.It looks like the module doesn't install react-bootstrap as a peer dependency (and also fails to load the styles).
The text was updated successfully, but these errors were encountered: