diff --git a/docs/intro/04-faq.md b/docs/intro/04-faq.md index 15dc6a938..37467620e 100644 --- a/docs/intro/04-faq.md +++ b/docs/intro/04-faq.md @@ -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 @@ -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