ckeditor / ckeditor5-react

Official CKEditor 5 React component.
https://ckeditor.com/ckeditor-5
Other
426 stars 100 forks source link

CKEditorError: ckeditor-duplicated-modules #405

Closed AndrewSmir closed 1 year ago

AndrewSmir commented 1 year ago

Hi!

I'm trying customizing the build using built from source but faced the error ckeditor-duplicated-modules. I've followed the docs but it didn't help. Then I tried to use config from the example repo that mentioned in the documentation: https://github.com/ckeditor/ckeditor5-react-example assuming, that it should work. But there is the same issue)

Steps to reproduce:

I've checked the installed versions of ckeditor packages - all the same (38.1.1) except @ckeditor/ckeditor5-dev-utils (38.3.1)

What might be the reason?

image

AndrewSmir commented 1 year ago

https://github.com/ckeditor/ckeditor5/issues/14780