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

CKEditorError: ckeditor-duplicated-modules #147

Open
iamgabrielsoft opened this issue Sep 9, 2024 · 2 comments
Open

CKEditorError: ckeditor-duplicated-modules #147

iamgabrielsoft opened this issue Sep 9, 2024 · 2 comments

Comments

@iamgabrielsoft
Copy link

iamgabrielsoft commented Sep 9, 2024

When adding your package to the list of plugins results in CKEditorError: CKEditor-duplicated-modules

The list outlines the list of CKeditor packages installed

  • @ckeditor/ckeditor5-vue
  • ckeditor5
  • @isaul32/ckeditor5-math

The project is a vuejs project

Screenshot from 2024-09-09 15-03-37

@tony
Copy link
Collaborator

tony commented Sep 26, 2024

This is a known error - ckeditor-duplicated-modules

The version of CKEditor used needs to match ckeditor5-math. It's possible in this case they mismatched - as we haven't released between 41.4.2 -> 43.1.1.

What version of CKEditor do you use, version of @isaul32/ckeditor5-math? It's likely just that.

Also - one more thing, and it's mostly on us to update: we don't support the new installation method yet. That means during this window of time you would need to use an old installation method, e.g. predefined or custom builds or DLL builds. Are you able to use those in the meantime? (Hopefully!)

@lupari
Copy link

lupari commented Nov 8, 2024

Any estimate on having support for ckeditor5 installed through npm? That is, if that's what you meant by this new installation method. Would be terrific to have.

And thanks for maintaining this 👍

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

3 participants