Skip to content

Install not working #184

@josefduran

Description

@josefduran

The bash for installing is wrong and not installing Firebase because is calling now to install version ^3.0.1
npm install angularfire2 firebase --save

The error in console when tried to do the previos bash is the following:
npm WARN angularfire2@2.0.0-beta.0 requires a peer of firebase@2.4.2 but none was installed.

The angularFire has a dependency in his package.json for 2.4.2 so if we want to use this, we will have to have in the documentation.
npm install angularfire2 firebase@2.4.2 --save
no?

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