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

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

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

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • 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" },

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    tahseelit1 created

    Great thank you for your help mahmut.gundogdu.,

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 16, 2026, 14:50
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.