Skip to content

unmet peer dependency "@firebase/[email protected]" #1656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Apr 22, 2022 · 3 comments
Closed

unmet peer dependency "@firebase/[email protected]" #1656

ghost opened this issue Apr 22, 2022 · 3 comments
Assignees

Comments

@ghost
Copy link

ghost commented Apr 22, 2022

Describe your environment

  • Operating System version: macOS Monterey v12.3.1
  • Firebase SDK version: v10.1.0
  • Firebase Product: firebase-admin
  • Node.js version: v17.5.0
  • Yarn version: v1.22.18

Describe the problem

Steps to reproduce:

I get the following warning when installing the latest version of firebase-admin (10.1.0)

warning "firebase-admin > @firebase/[email protected]" has unmet peer dependency "@firebase/[email protected]".
@google-oss-bot
Copy link

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

@hsubox76
Copy link

hsubox76 commented May 4, 2022

Same cause as firebase/firebase-js-sdk#2082 and potentially same fix (inside the Firebase JS SDK). When transitioning from v8 to v9, app (now app-compat) was moved back into peerDependencies. I think the same conditions still exist such that we can move it back to devDependencies.

@lahirumaramba
Copy link
Member

This should be fixed in firebase/firebase-js-sdk#6319
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants