Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 1-install-and-setup.md to reflect typings 1.0 #208

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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