firebase-tools peer dep is out of date
See original GitHub issueVersion info
Angular: v14
Firebase: v9
AngularFire: v7.3 (moving to 7.4)
Other (e.g. Ionic/Cordova, Node, browser, operating system):
How to reproduce these conditions
update angularfire package
$ npx ng update @angular/fire
Using package manager: npm
Collecting installed dependencies...
Found 65 dependencies.
Fetching dependency metadata from registry...
Package "@angular/fire" has an incompatible peer dependency to "firebase-tools" (requires "^9.9.0 || ^10.0.0", would install "11.0.1")
× Migration failed: Incompatible peer dependencies found.
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.
You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later.
File causing this error:
src/package.json
Line causing this error:
"firebase-tools": "^9.9.0 || ^10.0.0"
Issue Analytics
- State:
- Created a year ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Firebase Function deployment fails with error "Build ... - GitHub
GCF platform recently upgraded to using node 16.16.0 which bundles npm binary that errors out when given invalid dep graph. Please try ...
Read more >firebase-tools is out of date and doesn't support Node 14
Hi, The recent versions of firebase-tools allow to use NodeJS 14 for functions. However, the current version does not support it. It would...
Read more >How do I fix the npm UNMET PEER DEPENDENCY warning?
UNMET PEER DEPENDENCY error is thrown when the dependencies of one or more modules specified in the package.
Read more >Firebase Admin Node.js SDK Release Notes - Google
The SDK now treats any OAuth 2.0 token 5 minutes away from expiration as already expired, and proactively refreshes it. This helps avoid...
Read more >firebase-tools - npm
Command-Line Interface for Firebase. Latest version: 11.19.0, last published: 6 days ago. Start using firebase-tools in your project by ...
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 Free
Top 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
@markgoho if you see anything come up in ng 14 LMK, I’ve not had much of a chance to play around with it.
haha no worries! thanks @jamesdaniels