JSPM err 404 - Github authentication via Token

Hit this issue the other day. If you are having problems where JSPM is failing to download a package with err 404 and you are authenticating using github token, ensure public_repo is checked for the access token.

Access Token Settings

Set registry token:

jspm config registries.github.auth JSPM_GITHUB_AUTH_TOKEN

Reference:

see this issue