Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"grunt-contrib-watch": "~0.4.4",
"grunt-shell": "~0.2.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-karma": "git://github.com/karma-runner/grunt-karma.git#karma-v0.10",
"grunt-karma": "git://github.com/karma-runner/grunt-karma.git",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to change this to: "grunt-karma": "~0.6.2" to get my install to work.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replacing the grunt-karma package reference to "~0.6.2" gave me a peerinvalid error:

npm ERR! peerinvalid The package karma does not satisfy its siblings' peerDependencies requirements!

However "grunt-karma": "0.6.0" completed the package install - it's the last version that requires the 0.9.x version of karma, that all the other plugins appear to be expecting.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for "grunt-karma": "~0.6.2". This with "karma": "~0.10" fixes npm install issues.

According to its readme, master branch of grunt-karma at version 0.7.x is currently for unstable version of karma 0.11.x.

"bower": "~0.9.2",
"karma": "~0.9.5",
"karma": "~0.10",
"karma-mocha": "latest",
"karma-chrome-launcher": "latest",
"karma-safari-launcher": "latest",
Expand Down