강의

멘토링

커뮤니티

Cộng đồng Hỏi & Đáp của Inflearn

Hình ảnh hồ sơ của backbone942523
backbone942523

câu hỏi đã được viết

Tạo blog riêng của bạn bằng React (MERN Stack)

(33) Cài đặt gói web CKEditor5(2)

webpack.config.js 설정

Viết

·

820

0

webpack.config.js 설정할 때

 

@ckeditor/ckeditor5-dev-utils

@ckeditor/ckeditor5-dev-webpack-plugin

 

위 두 파일에 대한 선언 파일을 찾을 수 없다고 뜨네요

npm으로 설치까지 했는데요

 

 

module "C:/Users/backb/Desktop/blog/client/node_modules/@ckeditor/ckeditor5-dev-webpack-plugin/lib/index"
모듈 '@ckeditor/ckeditor5-dev-webpack-plugin'에 대한 선언 파일을 찾을 수 없습니다. 'C:/Users/backb/Desktop/blog/client/node_modules/@ckeditor/ckeditor5-dev-webpack-plugin/lib/index.js'에는 암시적으로 'any' 형식이 포함됩니다.
해당 항목이 있는 경우 'npm i --save-dev @types/ckeditor__ckeditor5-dev-webpack-plugin'을(를) 시도하거나, 'declare module '@ckeditor/ckeditor5-dev-webpack-plugin';'을(를) 포함하는 새 선언(.d.ts) 파일 추가
ts(7016)
mongodbnodejsreduxreactbootstrapexpress

Câu trả lời 1

0

ssaple님의 프로필 이미지
ssaple
Người chia sẻ kiến thức

https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/integrating-from-source.html#webpack-configuration

가장최신 설정법입니다. 

참고하시기 바랍니다. 

 
Hình ảnh hồ sơ của backbone942523
backbone942523

câu hỏi đã được viết

Đặt câu hỏi