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

Compiling issue with angular 11 #253

Open
Akashgkv opened this issue Aug 21, 2023 · 1 comment
Open

Compiling issue with angular 11 #253

Akashgkv opened this issue Aug 21, 2023 · 1 comment

Comments

@Akashgkv
Copy link

I am currently utilizing Angular 11 and ckeditor4 for my project, but upon compilation, a few errors popped up.Screenshot from 2023-08-21 19-27-37
Has anyone else experienced this type of issue?

@AlexAegis
Copy link

If you are still using Angular 11, but with a recent version of (any) library, chances are the rendering engine requirements got mixed up. The library wants to use Ivy, but your angular version is too old. You either have to upgrade your Angular version, downgrade the version of the library, or if you are on an Angular version that supports both Ivy and the old rendering engine, make sure it's using the one the library also supports.

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

No branches or pull requests

2 participants