Grunt failing
Closed this issue · 6 comments
21:42:49 npm ERR! peerinvalid Peer grunt-karma@0.12.1 wants grunt@0.4.x
This happends when using 1.0 grunt.
@dignifiedquire or @vladikoff hi could you update https://github.com/karma-runner/grunt-karma/blob/master/package.json#L49
Change it to 0.4.0 not 0.4.x since it fails https://integration.wikimedia.org/ci/job/mediawiki-extensions-qunit/35776/console
Reason I'm not doing a pull request is because you have to sign the cla
And release 0.12.3 please.
This is currently causing failures with grunt 1.0 now that it has been released.
The latest version is 0.12.2 which has the correct peerDependency: https://github.com/karma-runner/grunt-karma/blob/master/package.json#L49
Yay!
On Wed, Apr 6, 2016 at 9:41 AM, Friedel Ziegelmayer <
notifications@github.com> wrote:
The latest version is 0.12.2 which has the correct peerDependency:
https://github.com/karma-runner/grunt-karma/blob/master/package.json#L49—
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#184 (comment)
Thanks, yep it works.