ngx-cookie icon indicating copy to clipboard operation
ngx-cookie copied to clipboard

Angular cli 15 version bug

Open fdogan0 opened this issue 2 years ago • 1 comments
trafficstars

├── @angular/[email protected] └── [email protected]

"@angular/animations": "^13.3.8", "@angular/cdk": "^13.3.7", "@angular/common": "~13.3.8", "@angular/compiler": "~13.3.8", "@angular/core": "~13.3.8"

This application depends upon a library published using Angular version 14.0.4, which requires Angular version 14.0.0 or newer to work correctly. Consider upgrading your application to use a more recent version of Angular.

315 | CookieModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.4", ngImport: i0, type: CookieModule });

How to fix this problem?

fdogan0 avatar Dec 24 '22 15:12 fdogan0

Downgrade the version you're using to version 5 (compatible with Angular 13) or upgrade your Angular project to v14 (as written in your pasted text).

lawcha avatar Jan 23 '24 10:01 lawcha