update karma-requirejs version#29
Closed
cades wants to merge 1 commit intoyearofmoo-articles:masterfrom
cades:master
Closed
update karma-requirejs version#29cades wants to merge 1 commit intoyearofmoo-articles:masterfrom cades:master
cades wants to merge 1 commit intoyearofmoo-articles:masterfrom
cades:master
Conversation
$ npm install npm http GET https://registry.npmjs.org/karma-mocha npm http GET https://registry.npmjs.org/karma-safari-launcher npm http GET https://registry.npmjs.org/karma-ng-scenario npm http 304 https://registry.npmjs.org/karma-safari-launcher npm http 304 https://registry.npmjs.org/karma-ng-scenario npm http 304 https://registry.npmjs.org/karma-mocha > yom-angularjs-testing-article@0.0.0 postinstall /Users/mac/scratching_your_own_itch/AngularJS-Testing-Article > bower install npm ERR! peerinvalid The package karma-requirejs does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer karma@0.10.10 wants karma-requirejs@~0.2.0 npm ERR! System Darwin 13.1.0 npm ERR! command "/usr/local/Cellar/node/0.10.26/bin/node" "/usr/local/bin/npm" "install" npm ERR! cwd /Users/mac/scratching_your_own_itch/AngularJS-Testing-Article npm ERR! node -v v0.10.26 npm ERR! npm -v 1.4.3 npm ERR! code EPEERINVALID npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /Users/mac/scratching_your_own_itch/AngularJS-Testing-Article/npm-debug.log npm ERR! not ok code 0
|
I can confirm that this this patch fixes it. |
|
patch fixes problem. +1 |
|
This should get merged, fixed the problem, also there's another issue with other dependencies. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
$ npm install
npm http GET https://registry.npmjs.org/karma-mocha
npm http GET https://registry.npmjs.org/karma-safari-launcher
npm http GET https://registry.npmjs.org/karma-ng-scenario
npm http 304 https://registry.npmjs.org/karma-safari-launcher
npm http 304 https://registry.npmjs.org/karma-ng-scenario
npm http 304 https://registry.npmjs.org/karma-mocha
npm ERR! peerinvalid The package karma-requirejs does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer karma@0.10.10 wants karma-requirejs@~0.2.0
npm ERR! System Darwin 13.1.0
npm ERR! command "/usr/local/Cellar/node/0.10.26/bin/node" "/usr/local/bin/npm" "install"
npm ERR! cwd /Users/mac/scratching_your_own_itch/AngularJS-Testing-Article
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/mac/scratching_your_own_itch/AngularJS-Testing-Article/npm-debug.log
npm ERR! not ok code 0