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

make peerDep semver more specific #172

Closed
wants to merge 1 commit into from

Conversation

morganrallen
Copy link
Contributor

Addresses #164

The discussion in that issue doesn't actually hit on the point of what's gone wrong. It appears the order version of semver in npm ~1.4.2x doesn't see <=13 matching 13.0.0. This can be tested with a simple one liner

npm install karma-browserify browserify@~13

This does in fact satisfy the peer dependency but an error is still raised. NPM may or may not fix the issue in that order version but at least this is a local fix that can prevent it.

@nikku
Copy link
Owner

nikku commented Mar 20, 2016

Merged via fdcbabf

@nikku nikku closed this Mar 20, 2016
@morganrallen
Copy link
Contributor Author

Thanks.

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.

2 participants