Skip to content

Conversation

kenstone
Copy link

@kenstone kenstone commented Aug 7, 2013

Article as written today (2013-08-07) wasn't working on the npm install step...complaints about grunt-karma section of package.json. Updated URL to grunt-karma repo (currently 0.7) which required an update on the karma dependency version.

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.

@nprabhakar
Copy link

vote up - required changes for the demo to work

@rogerz
Copy link

rogerz commented Sep 12, 2013

+1

1 similar comment
@Jon-Biz
Copy link

Jon-Biz commented Sep 27, 2013

+1

@kenstone kenstone closed this by deleting the head repository Jun 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants