ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
8.69k stars 3.62k forks source link

CKEditorError: ckeditor-duplicated-modules #16632

Open Bubble2 opened 3 days ago

Bubble2 commented 3 days ago

📝 Provide detailed reproduction steps (if any)

  1. import FullScreen from '@pikulinpw/ckeditor5-fullscreen';

✔️ Expected result

normal

❌ Actual result

CKEditorError: ckeditor-duplicated-modules

I know that introducing this package will result in an error, but I need this full-screen function, so how can I implement this function?

Witoso commented 3 days ago

If you use v42.0.0 with the new installation methods, and the plugin is not rewritten to support it, it may result is such an error.

We have a guide on how to do it, and I created an issue on this plugins page: pikulinpw/ckeditor5-fullscreen#6.

Witoso commented 3 days ago

We don't have yet native feature for this, please +1 the #1235.

Bubble2 commented 16 hours ago

If you use v42.0.0 with the new installation methods, and the plugin is not rewritten to support it, it may result is such an error.

We have a guide on how to do it, and I created an issue on this plugins page: pikulinpw/ckeditor5-fullscreen#6.

OK, thank you. I just need the developer of this plugin to adapt to the new version 42.0.0, right?

Witoso commented 11 hours ago

Yes, I created issue in their repo: https://github.com/pikulinpw/ckeditor5-fullscreen/issues/6