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

0.16.12 breaks karma-jspm #1191

Closed
lookfirst opened this issue Oct 8, 2015 · 2 comments
Closed

0.16.12 breaks karma-jspm #1191

lookfirst opened this issue Oct 8, 2015 · 2 comments

Comments

@lookfirst
Copy link
Contributor

I have no idea what changed, but now I'm getting errors running tests on my CI server (circleci)... this was all working fine before, nothing changed on my end other than jspm... =(

08 10 2015 16:43:24.570:INFO [karma]: Karma v0.13.10 server started at http://localhost:9876/
08 10 2015 16:43:24.580:INFO [launcher]: Starting browser PhantomJS
08 10 2015 16:43:25.188:INFO [PhantomJS 1.9.8 (Linux 0.0.0)]: Connected on socket QuHcoxvItyT9vPPlAAAA with id 33398932
PhantomJS 1.9.8 (Linux 0.0.0) ERROR
  TypeError: /home/ubuntu/hubURL should only be configured once and must be configured first.
  at /home/ubuntu/hub/target/jspm_packages/system.src.js:1633

08 10 2015 16:43:25.311:ERROR [PhantomJS 1.9.8 (Linux 0.0.0)]: TypeError: baseURL should only be configured once and must be configured first.
at http://localhost:9876/base/target/jspm_packages/system.src.js?4cf2029bbbbc9b776337cc3b2c67ab2beea97a00:1633
08 10 2015 16:43:25.318:WARN [web-server]: 404: /base/src/test/js/campaignsModule
08 10 2015 16:43:25.321:WARN [web-server]: 404: /base/src/test/js/util/card/card
08 10 2015 16:43:25.322:WARN [web-server]: 404: /base/src/test/js/util/card/cvc
@guybedford
Copy link
Member

This was due to stricter handling of the baseURL setting - baseURL does need to be set from the first System.config call in SystemJS.

@guybedford
Copy link
Member

Posted systemjs/systemjs#837.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants