Skip to content

Commit

Permalink
docs(faq): add more questions
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Aug 18, 2013
1 parent f8ba12a commit 87eca2c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/intro/04-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ The latest stable version from NPM (`npm install karma`). See [versioning] for m
Please use the latest stable version found via NPM (`npm install karma`). See [versioning] for more detailed information.


### Which version of Node.js does Karma run with ?
In general, the two latest stable versions. That means `0.8` and `0.10` at this point.


### The browser does not start.
### The browser just does not start. What's going on?
It's more likely Karma can't find the location of the browser binary (the execution file). You can fix this by setting
Expand All @@ -44,6 +48,10 @@ See preprocessors for more information. You can also turn on debug logging (use
and Karma will display which files are preprocessed.


### I'm getting a `npm ERR! peerinvalid Peer` error. How can I fix that ?
Try to remove `karma` and `karma-*` modules from your `node_modules` first (for instance `rm -rf /usr/local/lib/node_modules/karma-*`), than install Karma again.


[mailing list]: https://groups.google.com/d/forum/karma-users
[karma-ng-scenario]: https://github.com/karma-runner/karma-ng-scenario
[Protractor]: https://github.com/angular/protractor
Expand Down

0 comments on commit 87eca2c

Please sign in to comment.