错误回购 github:angular 未找到! [jspm 安装]

err Repo github:angular not found! [jspm install]

我在安装 jspm 时遇到这个错误,

err Repo github:angular not found!

执行 jsp install github:angular 也不行。

jspm_config.json位置是 https://plnkr.co/edit/2svUSwjVgCxyJ4iJHj1T?p=info

有人可以帮忙吗,在此先感谢

终于,我解决了这个问题,

mac 上的本地 ~/.jspm/config 文件必须为 github 配置正确的 url,我最初配置为使用 https://github.com 作为导致问题的 github 的 jspm 注册表,

我将其替换为 https://github.jspm.io 并删除了任何 auth 属性。它要求我生成授权令牌,一切顺利。

"github": {
      "remote": "https://github.jspm.io",
      "auth": "XXXXXXXXXX",
      "maxRepoSize": 0,
      "handler": "jspm-github"
    }