question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

firebase-tools peer dep is out of date

See original GitHub issue

Version 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:closed
  • Created a year ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jamesdanielscommented, Jun 7, 2022

@markgoho if you see anything come up in ng 14 LMK, I’ve not had much of a chance to play around with it.

0reactions
markgohocommented, Jun 7, 2022

haha no worries! thanks @jamesdaniels

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found