Skip to content

[8.4.1] peerDependency warnings when installed with yarn@1/npm@7 #4789

@AviVahl

Description

@AviVahl

[REQUIRED] Describe your environment

  • Operating System version: Fedora 33
  • Browser version: Irrelevant
  • Firebase SDK version: 8.4.1
  • Firebase Product: just the main js sdk package (firebase in npm)

[REQUIRED] Describe the problem

When installing the latest firebase using yarn, the following warnings appear:

warning "firebase > @firebase/auth > @firebase/[email protected]" has incorrect peer dependency "@firebase/[email protected]".
warning "firebase > @firebase/database > @firebase/[email protected]" has incorrect peer dependency "@firebase/[email protected]".

Steps to reproduce:

Assuming yarn@1 is installed.

mkdir fbtest
cd fbtest
yarn init -y
yarn add firebase

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions