You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Hi
I have added the newest angular-datatables version (12.0.0) to my project and since 1 week or so there is an known issue with ansi-regex which is included in @angular/cli. That would not be an problem because it normaly is only used in the devDependencies. But angular-datatables has the @angular/cli package in its dependencies and because of that even "npm audit --production" returns an issue.
Is the @angular/cli package really needed in the dependencies or can it be moved to the devDependencies?
The text was updated successfully, but these errors were encountered:
Hi
I have added the newest angular-datatables version (12.0.0) to my project and since 1 week or so there is an known issue with ansi-regex which is included in @angular/cli. That would not be an problem because it normaly is only used in the devDependencies. But angular-datatables has the @angular/cli package in its dependencies and because of that even "npm audit --production" returns an issue.
Is the @angular/cli package really needed in the dependencies or can it be moved to the devDependencies?
The text was updated successfully, but these errors were encountered: