当我尝试从 ckeditor 导入时,“未找到此依赖项”
Posted
技术标签:
【中文标题】当我尝试从 ckeditor 导入时,“未找到此依赖项”【英文标题】:"This dependancy was not found" when i try to import from ckeditor 【发布时间】:2019-04-08 09:12:32 【问题描述】:我尝试创建一个自定义插件。当我从 '@ckeditor/ckeditor5-image/src/image' 导入图像时出现错误
This dependency was not found:
* -!../../../css-loader/index.js??ref--6-oneOf-3-1!../../../postcss- loader/src/index.js??ref--6-oneOf-3-2!./@ckeditor/ckeditor5-theme- lark/theme/mixins/_rwd.css in ./node_modules/css-loader??ref--6-oneOf-3-
1!./node_modules/postcss-loader/src??ref--6-oneOf-3-
2!./node_modules/@ckeditor/ckeditor5-image/theme/textalternativeform.css
To install it, you can run: npm install --save -!../../../css-
loader/index.js??ref--6-oneOf-3-1!../../../postcss-loader/src/index.js??
ref--6-oneOf-3-2!./@ckeditor/ckeditor5-theme-lark/them
我应该如何解决它?我已经安装了这个包https://github.com/ckeditor/ckeditor5-theme-lark 没有效果。
【问题讨论】:
嗨! github.com/ckeditor/ckeditor5/issues/1412 讨论了类似的问题,但到目前为止没有人提供任何细节(你也没有),所以我们无法重现它。如果您可以创建一个可以重现此问题的示例存储库,我们将能够提供帮助。 【参考方案1】:确保您已创建 vue.config.js 文件并包含来自
的详细信息https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/vuejs.html
确保已安装@ckeditor/ckeditor5-theme-lark
npm install --save @ckeditor/ckeditor5-theme-lark
这应该可以解决问题
【讨论】:
【参考方案2】:修改 vue.config.js
后,请确保您再次重新运行您的 VUE 应用程序
npm run dev
或
npm run serve
【讨论】:
以上是关于当我尝试从 ckeditor 导入时,“未找到此依赖项”的主要内容,如果未能解决你的问题,请参考以下文章
当我进入Source视图时,如何跳转到CKEditor 4中的当前位置?