We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using meteor-rtd-example-project, I'm getting this error when I start rtd:
- - - Running unit tests - - - [2013-12-11 22:28:08.529] [DEBUG] config - Loading config /home/shido/code/snippets/meteor-rtd-example-project/test/rtd/karma.conf.js No captured browser, open http://localhost:9876/ >> Error: Command failed: Fatal error: Command failed:
This looks like a phantomjs problem, but it is installed:
> phantomjs -v 1.9.2
And I can run phantomjs:
> less hello.js console.log('Hello, world!'); phantom.exit(); > phantomjs hello.js Hello, world!
I'm using Linux, npm version 1.2.25, Meteor version 0.6.6.3.
Any tips on how I can diagnose this problem?
The text was updated successfully, but these errors were encountered:
Hi. Can you try running with --debug?
Sorry, something went wrong.
That is the output of running with --debug. Is there something in addition I should do/include?
Hi. My apologies for not responding, I've been a month-long roadtrip!
Did you get any further with this?
--debug should get all the output out. Have you removed any of the tests? That error happens when there are not any tests present.
No branches or pull requests
Using meteor-rtd-example-project, I'm getting this error when I start rtd:
This looks like a phantomjs problem, but it is installed:
And I can run phantomjs:
I'm using Linux, npm version 1.2.25, Meteor version 0.6.6.3.
Any tips on how I can diagnose this problem?
The text was updated successfully, but these errors were encountered: