Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Travis build failures due to grunt plugin peerDependency problems #143

Open
sirbarrence opened this issue May 23, 2016 · 0 comments
Open

Comments

@sirbarrence
Copy link
Contributor

The old semver of grunt-ng-annotate referenced in the package.json file along with the * semvers on all the other grunt plugins is causing Travis builds to fail on npm install with output like

npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.2.1
npm ERR! npm  v2.14.7
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants grunt@>=0.4.0
npm ERR! peerinvalid Peer [email protected] wants grunt@~0.4.5
npm ERR! peerinvalid Peer [email protected] wants grunt@>=0.4.0
npm ERR! peerinvalid Peer [email protected] wants grunt@>=0.4.0

For instance this build.

@sirbarrence sirbarrence changed the title Old version of grunt-ng-annotate causing Travis build failures Travis build failures due to grunt plugin peerDependency problems May 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant