-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
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?
doczoidberg, jek-bao-choo, average-coder-9000, MartinRyan and dibsjek-bao-choo
Metadata
Metadata
Assignees
Labels
No labels