Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular cli 15 version bug #606

Open
fdogan0 opened this issue Dec 24, 2022 · 1 comment
Open

Angular cli 15 version bug #606

fdogan0 opened this issue Dec 24, 2022 · 1 comment
Labels

Comments

@fdogan0
Copy link

fdogan0 commented Dec 24, 2022

├── @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 fdogan0 added the bug label Dec 24, 2022
@lawcha
Copy link

lawcha commented Jan 23, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants