ckeditor5-react icon indicating copy to clipboard operation
ckeditor5-react copied to clipboard

Please help on Can't resolve './@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css

Open fenglin9686 opened this issue 3 years ago • 4 comments

Webpack.config.txt ckeditor.txt

I follow step in https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/advanced-setup.html#scenario-2-building-from-source

It still show me the error message ./node_modules/@ckeditor/ckeditor5-image/theme/textalternativeform.css (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./node_modules/@ckeditor/ckeditor5-image/theme/textalternativeform.css) Module not found: Can't resolve './@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css' in 'C:\Users\16464\Desktop\front-end\node_modules@ckeditor\ckeditor5-image\theme'

May I get some help? I attached webpack file and ckeditor file. Thank you!

fenglin9686 avatar Aug 18 '21 01:08 fenglin9686

Hi @fenglin9686,

are you integrating CKEditor 5 with your React app? In that case, you should follow this guide for building the editor from source in React app.

Also, please keep in mind that webpack configuration from the guide that you have linked is not complete and shows only additional rules that should be added to your webpack config in your app to correctly build the editor. If you are looking for a full step-by-step guide of building the editor from source, you can also check our quick-start guide from the framework section.

Please, let me know if provided information was useful to you.

LukaszGudel avatar Aug 18 '21 11:08 LukaszGudel

Hello, I use @ckeditor/ckeditor5-build-classic before, it working well for me, but how can I implement resize image to it. when I try to implement resizing images, it will show me a duplicate module error. Is there have a right way to implement resize images for ckeditor5-build-classic instead create a custom editor? thank you!

fenglin9686 avatar Aug 23 '21 19:08 fenglin9686

image image

Help, how to resolve this error?

ix1024 avatar Oct 17 '23 07:10 ix1024

@ghccw, which of the paths from the guide have you chosen?

Witoso avatar Oct 20 '23 09:10 Witoso