You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran through all the install/setup instructions on the main README, then tried out your example app:
npm install
sails lift
However I get a System is not defined error in browser control, after opening localhost:1337
Then I tried jspm install -y since I could see some jspm entries in the example/packages.json file
warn Error on getPackageConfig for github:aurelia/router, retrying (1).
GitHub rate limit reached. To increase the limit use GitHub authentication.
Run jspm registry config github to set this up, or add the credentials to your ~/.netrc file.
But I guess this is an issue with my own settings I need to fix. Would be nice with some instructions for running example app in the main README. Cheers :)
Tip: Run jspm registry config github in order to fix this locally if this problem is encountered :)
The text was updated successfully, but these errors were encountered:
Ran through all the install/setup instructions on the main README, then tried out your example app:
However I get a
System is not defined
error in browser control, after openinglocalhost:1337
Then I tried
jspm install -y
since I could see some jspm entries in theexample/packages.json
fileHowever...
But I guess this is an issue with my own settings I need to fix. Would be nice with some instructions for running example app in the main README. Cheers :)
Tip: Run
jspm registry config github
in order to fix this locally if this problem is encountered :)The text was updated successfully, but these errors were encountered: