-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[BUG] peer-dependency conflict when having "greater than or equal to" range >= #2553
Comments
@talsi can you update to the latest v7 (ie. |
hi, I'm still having the same issue using npm v7.5.6
|
Using NPM 7.6.0 and we are seeing the same / similar issue. SO post: https://stackoverflow.com/questions/66426787/npm-7-complains-about-peer-dependency-even-though-version-is-in-range |
@darcyclarke |
Any news on this issue? |
@isaacs hi, it seems like this fix (npm/arborist#266) doesn't solve the issue completely. steps to reproduce (using npm 7.11.1)
@angular/cdk has peer dependency on instead of choosing |
hi @talsi, can you please open this as a new issue? the fix for this one will be different, so i'd like to track it separately but i'll be looking into this! |
Current Behavior:
conflict error when peer-dependency has >= range. looks like it tries to install the highest version possible instead of being loose and choose a satisfying version.
Expected Behavior:
successful install, choosing compatible version.
Steps To Reproduce:
run
npm i @angular/forms@^10.2.4 @angular-slider/ngx-slider@^2.0.3
Result
Environment:
node: 15.6.0
npm: 7.4.0
The text was updated successfully, but these errors were encountered: