Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running example app #3

Closed
kristianmandrup opened this issue May 27, 2015 · 3 comments
Closed

Running example app #3

kristianmandrup opened this issue May 27, 2015 · 3 comments
Labels

Comments

@kristianmandrup
Copy link

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

  "jspm": {
    "directories": {
      "baseURL": "assets"
    },
    "dependencies": {
      "aurelia-animator-css": "github:aurelia/animator-css@^0.2.0",

However...

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 :)

@kristianmandrup
Copy link
Author

Awesome! Got it running :)

@Mordred
Copy link
Owner

Mordred commented May 27, 2015

You didn't run jspm install after npm install.

I have added How to run to README for example app. https://github.com/Mordred/aurelia-sails-socket-client/blob/master/example/README.md

@kristianmandrup
Copy link
Author

Thanks :)

@Mordred Mordred closed this as completed May 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants