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"
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).
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"