- Issue created by @franckylfs
- 🇩🇪Germany vincent.hoehn Dresden, Germany
Hi franckylfs,
he error is not caused by this Drupal module, but by the associated library.
There already exists a pull request https://github.com/northernco/ckeditor5-anchor-drupal/pull/17. It would be great if the maintainers accept the pull request and publish a new version.
You can use https://github.com/alex-bukach/ckeditor5-anchor-drupal/tree/ckeditor5-45 as a work-around.
BR Vincent
- 🇺🇸United States alfattal Minnesota
@franckylfs If you haven't tried this already, there is a fix that has been suggested by the module maintainer which is to edit
composer.lock
file and manually add this replace statement:"replace": { "npm-asset/northernco--ckeditor5-anchor-drupal": "*" }
It worked in my case but I still think it should be done automatically when updating the module using composer.