Installation fails with "firebase": "^9.0.0"
See original GitHub issueHi,
npm install --save react-firebaseui
fails with “firebase”: “^9.0.0”.
Here is the error:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: client@0.1.0
npm ERR! Found: firebase@9.0.0
npm ERR! node_modules/firebase
npm ERR! firebase@"^9.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer firebase@"^8.2.4" from react-firebaseui@5.0.2
npm ERR! node_modules/react-firebaseui
npm ERR! react-firebaseui@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
Thanks.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:19
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Updating to Firebase iOS SDK 9.0.0 fails (Invalid diagnostics ...
[REQUIRED] Step 1: Describe your environment Xcode version: 13.3.1 Firebase SDK version: 9.0.0 Installation method: Swift Package Manager ...
Read more >'firebase/app' does not contain a default export (imported as ...
This is the error I am getting: ./src/firebase.js Attempted import error: 'firebase/app' does not contain a default export (imported as ' ...
Read more >Firebase Apple SDK Release Notes - Google
Fix Firestore failing to raise initial snapshot from empty local cache result ... Fixed regressions in error code processing introduced in 9.0.0 (#9855)....
Read more >firebase - npm
Firebase Cloud Messaging - Firebase Cloud Messaging is a cross-platform messaging solution that lets you reliably deliver messages at no cost.
Read more >firebase | Yarn - Package Manager
Firebase JavaScript library for web and Node.js ... The Firebase JavaScript SDK implements the client-side libraries used by ... beta: 9.0.0-beta.8.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FirebaseUI Web just released v6, which supports Firebase Web sdk v9. Looks like this library can now support v9 too.
Looks like firebase ui won’t be upgrade to use v9 any time soon. https://github.com/firebase/firebaseui-web/issues/877