-
Notifications
You must be signed in to change notification settings - Fork 50
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
CP-993 Basic example project #98
Conversation
Hey, anyone care to merge this pull request? |
|
||
jspm install | ||
|
||
npm install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm install
should come before jspm install
in case the user doesn't have jspm
globally installed.
Looks good except for that one comment. |
+1 |
Err.... sorry... maybe this is just me, but isn't it supposed to be "baseURL" not "baseUrl"? I feel like this is effectively not using a baseURL which, unsurprisingly, works fine.. |
In the initial commit I had incorrectly added "baseUrl" to config.js but this was removed in my last commit. |
+1 |
1 similar comment
+1 |
@jayudey-wf ready for merge |
when trying to run the tests in the example i'm seeing this error @poenneby
|
@jayudey-wf I am not able to reproduce that error.
With empty node_modules and jspm_packages folders? |
that command resolved a warning during my jspm install but I'm still un-able to run |
I'll give this a try |
I can get past the error Jay is getting by removing > karma start
14 10 2015 10:49:09.792:INFO [karma]: Karma v0.13.10 server started at http://localhost:9876/
14 10 2015 10:49:09.799:INFO [launcher]: Starting browser PhantomJS
14 10 2015 10:49:10.842:INFO [PhantomJS 1.9.8 (Mac OS X 0.0.0)]: Connected on socket a6oqw6Azi6fobF89AAAA with id 75554839
PhantomJS 1.9.8 (Mac OS X 0.0.0) ERROR: 'Potentially unhandled rejection [7] TypeError: Attempted to assign to readonly property.
Evaluating http://localhost:9876/base/jspm_packages/github/jmcriffey/bower-traceur@0.0.91/traceur.js
Error loading http://localhost:9876/base/jspm_packages/github/jmcriffey/bower-traceur@0.0.91/traceur.js as "github:jmcriffey/bower-traceur@0.0.91/traceur" from http://localhost:9876/base/jspm_packages/github/jmcriffey/bower-traceur@0.0.91.js
Error loading http://localhost:9876/base/test/hello.spec.js (WARNING: non-Error used)'
14 10 2015 10:49:21.078:WARN [PhantomJS 1.9.8 (Mac OS X 0.0.0)]: Disconnected (1 times), because no message in 10000 ms. @poenneby what version of |
Same version as you: And the command works for me:
On Wed, Oct 14, 2015 at 5:51 PM, Max Peterson notifications@github.com
|
@poenneby I've cloned your fork and checked out the example project, for me it was working with the latest jspm
I had to run also, it'd be great to extend the example with jspm plugins or other github/npm packages wired up correctly as people seem struggling with that due to lack of working examples, see my comment here #82 @maxwellclarke-wf perhaps it'd be worth to extend the |
Hello! I'm doing some PR housekeeping - does this still interest anyone or can I close this PR? |
@poenneby nope, feel free to close this one :) |
Thanks for confirming @mhipszki |
Here's a basic example separating the sources from the tests