Skip to content

Commit

Permalink
Merge pull request karma-runner#1108 from thynctank/patch-1
Browse files Browse the repository at this point in the history
docs(karma-runner): change than to then
  • Loading branch information
maksimr committed Jun 24, 2014
2 parents c071305 + a465932 commit 3873c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro/05-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ 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.
Try to remove `karma` and `karma-*` modules from your `node_modules` first (for instance `rm -rf /usr/local/lib/node_modules/karma-*`), then install Karma again.


### My tests are running really slow. What's going on?
Make sure the Karma's tab is active. Browsers give inactive tabs only minimum CPU.
Make sure the Karma's tab is active. Browsers give inactive tabs only minimum CPU.

0 comments on commit 3873c53

Please sign in to comment.