When I run jspm install to install JS dependencies in my Aurelia project, jspm says Github rate limit reached
jspm install
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:
jspm
settings
Personal access tokens
Generate new token
jspm registry config github
During the config process, you will be asked to enter the token. Do so, and you're good to go.
Copyright © 2021 Jogjafile Inc.
The rate limit can be lifted by configuring
jspm
with your Github credentials. To do this do the following:settings
Personal access tokens
and thenGenerate new token
jspm registry config github
During the config process, you will be asked to enter the token. Do so, and you're good to go.