angular-builders icon indicating copy to clipboard operation
angular-builders copied to clipboard

mat-select-autocomplete has an incompatible peer dependency to angular/xxx but higher version is already installed

Open devHimanshu12 opened this issue 3 years ago • 0 comments

Describe the Bug

"mat-select-autocomplete": "^1.3.0", I am upgrading from angular 7 to 14 and i have updated till 11 using --force so the peer dependency does not create the problem. i am ignoring this using --force when i was at angular 7 now i am at angular 11 and want resolve this first before upgrading to 12

Minimal Reproduction

See "mat-select-autocomplete": "^1.3.0" and it is related to upgrading my project

Expected Behavior

I should update to higher version without any error.

Screenshots

dependency

If applicable, add screenshots to help explain your problem.

Environment


Libs
- @angular/core version: "~11.2.14"
- @angular-devkit/build-angular version: "^0.1102.19"
- @angular/cli version: "~11.2.9"

For Tooling issues:
- Node version: 16.15.1
- Platform:  linux x64

Others:

Additional Context

Add any other context about the problem here.

devHimanshu12 avatar Aug 03 '22 07:08 devHimanshu12