如果出现这种情况,一般有2两种解决办法。
第一种就是降低npm的版本
第二种是使用以下命令进行安装
npm install @wangeditor/editor --save --legacy-peer-deps
npm install @wangeditor/editor-for-vue --save --legacy-peer-deps
安装@wangeditor/editor-for-vue失败原因
阅读 85
2023-05-08
如果出现这种情况,一般有2两种解决办法。
第一种就是降低npm的版本
第二种是使用以下命令进行安装
npm install @wangeditor/editor --save --legacy-peer-deps
npm install @wangeditor/editor-for-vue --save --legacy-peer-deps
相关推荐
精彩评论(0)