安装wangEditor问题

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: vue-admin-template@4.4.0
npm ERR! Found: vue@undefined
npm ERR! node_modules/vue
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^2.6.14" from @wangeditor/editor-for-vue@1.0.2
npm ERR! node_modules/@wangeditor/editor-for-vue
npm ERR!   @wangeditor/editor-for-vue@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! 
npm ERR! See C:UsersAdministratorAppDataLocalnpm-cacheeresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:UsersAdministratorAppDataLocalnpm-cache_logs2022-11-25T05_39_05_320Z-debug-0

解决

npm cache clean --force

//加--legacy-peer-deps
npm install @wangeditor/editor-for-vue --save --legacy-peer-deps

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注