Skip to content

Commit

Permalink
Update 1-install-and-setup.md
Browse files Browse the repository at this point in the history
Update the docs per information from angular#182

Some people might not run to search the issues, so it should be on the docs.
  • Loading branch information
shlomiassaf committed Jun 4, 2016
1 parent b56982e commit b779fac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/1-install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ Now that you have a new project setup, install AngularFire 2 and Firebase from n
npm install typings -g
typings install --save --ambient firebase
```


If you are getting an error `typings ERR! message Unable to find "firebase" ("npm") in the registry` it probably means that you are running typings 1.0+, which introduced some breaking changes.
Please run `typings install dt~firebase --global --save` instead.

AngularFire 2 is written in Typescript and depends on typings for the Firebase SDK. To get a clean build, install typings and download the Firebase typings.

### 4. Include AngularFire 2 and Firebase in the vendor files
Expand Down

0 comments on commit b779fac

Please sign in to comment.