-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
TypeError: Cannot read property 'then' of undefined #1544
TypeError: Cannot read property 'then' of undefined #1544
Comments
Reopening, as a tracker for the issue mentioned in #1520 (comment) |
Should be fixed in v0.13.6 |
With 0.13.6 I get with Node.js (with io.js is ok) the following message: You need to include some adapter that implements karma.start method! Reference: https://travis-ci.org/albertosantini/argo/jobs/74189986 |
Looking into it, for some reason this error only appears on travis, but not on my local machines -.- |
Here the same. Do you prefer I open a new issue? |
Yes let's move this into a new issue, it seems that this is only related to phantomjs (this thing makes more problems than you can imagine). I tried your repo locally and can't get tests running at all using phantomjs (no matter what node or karma version) but when I switch to Chrome all is good :( |
With 0.13.5. on Travis CI, I get the below message.
Locally, on Windows 10 box, it works fine.
P.S.: with 0.13.3, the test was ok.
P.S.2: Just with another commit, it is ok. Timeout glitch? I close the issue.
The text was updated successfully, but these errors were encountered: