-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
In a project with [email protected], trying to install firebaseui-react gives me:
npm i firebaseui-react
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/firebase
npm error firebase@"^11.4.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer firebase@"^10" from [email protected]
npm error node_modules/firebaseui-react
npm error firebaseui-react@"*" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /home/julius/.npm/_logs/2025-03-09T18_32_28_047Z-eresolve-report.txt
npm error A complete log of this run can be found in: /home/julius/.npm/_logs/2025-03-09T18_32_28_047Z-debug-0.log
Due to the "firebase": "^10" peer dependency of this package.
Looking at the Firebase changelog (https://firebase.google.com/support/release-notes/js), I'm not sure if any of the breaking changes in the SDK were relevant for this library, or if this peer dependency can simply be extended to also allow ^11.
Metadata
Metadata
Assignees
Labels
No labels