Skip to content

Commit

Permalink
Add a note about typings install (angular#437)
Browse files Browse the repository at this point in the history
Devs may need to run `typings install` before npm run build.
  • Loading branch information
katowulf authored and davideast committed Aug 15, 2016
1 parent b38b5fd commit 13a5e1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ $ npm run docs
$ cd docs
$ firebase deploy
```

## Error TS6053: File '...index.d.ts' not found.

You may need to run `typings install`

0 comments on commit 13a5e1e

Please sign in to comment.