29.0.0 • Published 3 years ago

@aeness/ckeditor5-build v29.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

ckeditor5-build

A editor build for CKEditor 5 v29.0.0 with @aeness/ckeditor5-insert-image.

Example

Test it

Run (or download it)

git clone --branch v29.0.0 https://github.com/Aeness/ckeditor5-build.git

and open ckeditor5-build\sample\index.html in a browser for a french exemple or ckeditor5-build\sample\index_en.html for an english exemple.

Dev - Common error

After build the new editor the following error appears :

Uncaught CKEditorError: ckeditor-duplicated-modules: Some CKEditor 5 modules are duplicated.

Aeness/ckeditor5-build does not confuse an editor build with an editor implementation. They is not conflicting version of dependencies.

The error appends when npm create sub node_module in \node_module\@ckeditor\* directories, when packages were duplicated in node_modules.

https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/error-codes.html#error-ckeditor-duplicated-modules :

We recommend checking if any of the steps listed below help:

rm -rf node_modules && npm install to make sure you have a clean node_modules/ directory. This step is known to help in most cases.

If you use yarn.lock or package-lock.json, remove it before npm install. Check whether all CKEditor 5 packages are up to date and reinstall them if you changed anything (rm -rf node_modules && npm install). ...

29.0.0

3 years ago

28.0.0

3 years ago

27.1.0

3 years ago

27.0.0

3 years ago

26.0.0

3 years ago

25.0.0

3 years ago

24.0.0

3 years ago

23.1.0

3 years ago