IgniteUI / igniteui-angular-wrappers

Ignite UI Angular component extensions by Infragistics
http://igniteui.github.io/igniteui-angular-wrappers
MIT License
148 stars 30 forks source link

"unable to resolve dependency tree" error while npm install #375

Closed ryota-abe closed 1 year ago

ryota-abe commented 1 year ago

Description

Peer dependency error occurs during installation.

Steps to reproduce

  1. use latest npm (Probably occurs in version 7 or later)
  2. Prepare an Angular15 project. (I used this)
  3. npm install igniteui-angular-wrappers

Result

Peer dependency error occurs.

Expected result

Installed without error

Attachments

image

dkamburov commented 1 year ago

@ryota-abe Should be resolved with latest igniteui-angular-wrappers@15.0.0

ryota-abe commented 1 year ago

It was not fixed even in 15.0.0. I see "@angular/common":"^8.0.0" is specified in its peerDependencies. I believe a value like ">=8.0.0" should be set.

dkamburov commented 1 year ago

I see, the package.json of the lib itself wasn't updated, we'll work on that and try having a new version till the end of the next week.

dkamburov commented 1 year ago

@ryota-abe Should be resolved with latest igniteui-angular-wrappers@16.0.0