Skip to content

"angularfire2@5.0.0-rc.4 requires a peer of ... but none is installed" error, tried modifying package.json with angular/core@^5.5.0 but no matching version found  #1404

@MaryCooperGD

Description

@MaryCooperGD

Firebase: ^4.5.0

AngularFire: ^5.0.0-rc.4

I'm gonna explain straight the problem 'cause it is a bit complicated with the pattern ...
I've cloned an Ionic project from github, then run ionic serve and installed the missing modules. The problem came up with the installation of angulafire2, using npm npm install angularfire2 . It tells me this:

image

and if I run ionic serve the error page comes up saying that it can't find the module @firebase/app even if it was installed. So I've tried following what the warning told me, and changed the versions of angular/common, angular/core etc to ^5.0.0 as requested by angularfire2, then run npm install, but an error shows up:

image

I'm really stuck into this problem and can't go on, how do I resolve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions