I am currently attempting to install the Google Auth2 typings using 'typings':
> typings search gapi.auth2
This command returns:
NAME SOURCE HOMEPAGE DESCRIPTION VERSIONS UPDATED
gapi.auth2 dt https://developers.google.com/identity/sign-in/web/ 1 2016-03-19T05:16:41.000Z
However, when I run this command:
> typings install gapi.auth2
The installation process fails with the following error message:
typings ERR! message Unable to find "gapi.auth2" ("npm") in the registry. Did you want to try searching another source? Also, if you want contribute these typings, please help us: https://github.com/typings/registry
typings ERR! caused by https://api.typings.org/entries/npm/gapi.auth2/versions/latest responded with 404, expected it to equal 200
I am confused as to why this is happening since the package does seem to be found. Can anyone clarify what could be causing this issue?