swimlane / ngx-datatable

✨ A feature-rich yet lightweight data-table crafted for Angular
http://swimlane.github.io/ngx-datatable/
MIT License
4.62k stars 1.68k forks source link

Generating browser application bundles (phase: setup)...Processing legacy "View Engine" libraries: #2067

Open Yamesh1994 opened 2 years ago

Yamesh1994 commented 2 years ago

Angular 13 ng serve Generating browser application bundles (phase: setup)...Processing legacy "View Engine" libraries:

Encourage the library authors to publish an Ivy distribution.

Please update Package

SwissKerim commented 2 years ago

yes please

micahstubbs commented 2 years ago

also facing this issue

micahstubbs commented 2 years ago

I will attempt to update ngx-datatable to Angular 13 to resolve this issue.

micahstubbs commented 2 years ago

It looks like the issue is fixed in this commit: https://github.com/swimlane/ngx-datatable/commit/d71246ad6cc3d61a87049712c761ceb3ee07b3c8

Use this line in your package.json to fix:

"@swimlane/ngx-datatable": "swimlane/ngx-datatable#d71246ad6cc3d61a87049712c761ceb3ee07b3c8",
SwissKerim commented 2 years ago

It looks like the issue is fixed in this commit: d71246a

Use this line in your package.json to fix:

"@swimlane/ngx-datatable": "swimlane/ngx-datatable#d71246ad6cc3d61a87049712c761ceb3ee07b3c8",

does this work for you?

I got a "git dep preparation failed"

micahstubbs commented 2 years ago

@SwissKerim, yes. That's strange. These steps might help resolve the git dep... error you see: https://stackoverflow.com/a/66460379/1732222