Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build not working due to invalid version of grunt-karma #42

Open
pixeldrew opened this issue Mar 12, 2014 · 6 comments
Open

Build not working due to invalid version of grunt-karma #42

pixeldrew opened this issue Mar 12, 2014 · 6 comments

Comments

@pixeldrew
Copy link

Log below:

22687 info prepublish kiterange@0.1.0
22688 error peerinvalid The package karma does not satisfy its siblings' peerDependencies requirements!
22688 error peerinvalid Peer grunt-karma@0.6.2 wants karma@~0.10.0
22688 error peerinvalid Peer karma-jasmine@0.1.5 wants karma@>=0.9
22688 error peerinvalid Peer karma-mocha@0.1.1 wants karma@>=0.9
22688 error peerinvalid Peer karma-qunit@0.1.1 wants karma@>=0.9
22688 error peerinvalid Peer karma-phantomjs-launcher@0.1.2 wants karma@>=0.9
22688 error peerinvalid Peer karma-coverage@0.1.5 wants karma@>=0.9
22689 error System Darwin 13.0.2
22690 error command "/Users/drewf/.nvm/v0.10.24/bin/node" "/Users/drewf/.nvm/v0.10.24/bin/npm" "install" "--quiet"
22691 error cwd /Users/drewf/workspace/js/KiteRange
22692 error node -v v0.10.24
22693 error npm -v 1.3.21
22694 error code EPEERINVALID
22695 verbose exit [ 1, true ]
@tbranyen
Copy link
Member

I've often had trouble with Karma dependencies. Could you investigate the right versions and submit a patch?

Thanks!

@pixeldrew
Copy link
Author

Able to get it to work if I modify the devDependencies that is generated by bbb if I specify the karma version "karma": "~0.10.4".

@pixeldrew
Copy link
Author

Easiest way to get this to work would be to update the devDependencies of backbone-boilerplate to karma 0.10.4. Although I'm unsure as to the ramifications for backbone-boilerplate and it's child dependencies, eg. karma-coverage.

@pixeldrew
Copy link
Author

At the moment, generator-bbb has a dependency on a specific version of
tbranyen/backbone-boilerplate@59c10b1

Since this version of backbone-boilerplate is quite old, can we look at updating generator-bbb and the npm version to use the latest?

@SBoudrias
Copy link
Member

Since this version of backbone-boilerplate is quite old, can we look at updating generator-bbb and the npm version to use the latest?

Sure! Mind sending a PR?

@pixeldrew
Copy link
Author

I still need to send a PR to backbone-boilerplate.

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

No branches or pull requests

3 participants