jspm saying “github rate limit reached” - how to fix?

坚强是说给别人听的谎言 提交于 2019-11-29 05:46:49

问题


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

How to fix?


回答1:


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.



来源:https://stackoverflow.com/questions/30995040/jspm-saying-github-rate-limit-reached-how-to-fix

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!