且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

jspm说“达到github速率限制” - 怎么修?

更新时间:2022-10-15 09:02:14

用你的Github证书配置 jspm 。为此,请执行以下操作:


  1. 转到github.com,登录并单击设置$ c $点击个人访问令牌然后生成新的令牌
  2. li>
  3. 在项目文件夹中复制令牌和启动命令行 / li>

在配置过程中,系统会要求您输入令牌。这样做,你很好去。

p>

When I run jspm install to install JS dependencies in my Aurelia project, jspm says Github rate limit reached

How to fix?

The rate limit can be lifted by configuring jspm with your Github credentials. To do this do the following:

  1. Go to github.com, login and click settings
  2. Click Personal access tokens and then Generate new token
  3. Copy the token and start command line inside the project folder
  4. Type jspm registry config github

During the config process, you will be asked to enter the token. Do so, and you're good to go.