DefinitelyTyped / tsd

[DEPRECATED] TypeScript Definition manager for DefinitelyTyped
Apache License 2.0
1.12k stars 135 forks source link

Github limit reached #279

Closed boghy8823 closed 8 years ago

boghy8823 commented 8 years ago

I'm trying to install lodash using tsd but I get this error: "[ERR!] GitHub API: GitHub rate limit reached. To increase the limit use GitHub authentication. See: https://github.com/DefinitelyTyped/tsd#tsdrc"

tsd_lodash

blakeembrey commented 8 years ago

Did you look at https://github.com/DefinitelyTyped/tsd#tsdrc? You can specify the GitHub token to have a larger request rate (by default, you can only make 50 API requests per hour).

boghy8823 commented 8 years ago

Yes, it worked. Thanks!