Open Closed

Swimlane/ngx-datatable@19.0.0 issue #3469


User avatar
0
tahseelit1 created

hi how can i fixed the swimlane warning issue in angular project

warning "@volo/abp.ng.account > @abp/ng.components@5.3.3" has unmet peer dependency "@ng-bootstrap/ng-bootstrap@>=10.0.0". warning "@volo/abp.ng.account > @abp/ng.theme.shared > @swimlane/ngx-datatable@19.0.0" has incorrect peer dependency "@angular/common@^11.0.2". warning "@volo/abp.ng.account > @abp/ng.theme.shared > @swimlane/ngx-datatable@19.0.0" has incorrect peer dependency "@angular/core@^11.0.2". warning "@volo/abp.ng.account > @abp/ng.theme.shared > @swimlane/ngx-datatable@19.0.0" has incorrect peer dependency "@angular/platform-browser@^11.0.2".

thanks


3 Answer(s)
  • User Avatar
    0
    mahmut.gundogdu created

    Could you describe your abp version? I've tried Abp 5.3.3. there is no issue like "has incorrect peer dependency." I have understood from the error message the The reason is Angular version is "~13.3.3", but @swimlane/ngx-datatable@19.0.0" expecting " "@angular/common": "^11.0.2".

    @swimlane/ngx-datatable is dependency of "@abp/ng.theme.shared".

    I have created a task. You can track the status of the issue. https://github.com/abpframework/abp/issues/13426

  • User Avatar
    0
    mahmut.gundogdu created

    But if you don't want to wait new version. You can upgrade @swimlane/ngx-datatable you should add these on package.json "overrides": { "@swimlane/ngx-datatable": "^20.0.0" },

    for yarn

    "resolutions": { "@swimlane/ngx-datatable": "^20.0.0" },

  • User Avatar
    0
    tahseelit1 created

    Great thank you for your help mahmut.gundogdu.,

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 16, 2025, 12:13