最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
解决安装并配置cz-customizable插件出现的报错问题
时间:2026-06-15 08:40:53 编辑:袖梨 来源:一聚教程网
安装并配置cz-customizable插件遇到报错
使用 npm 下载 cz-customizable

npm i [email protected] --save-dev
报错信息
如下:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @vue/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint-plugin-vue
npm ERR! dev eslint-plugin-vue@"^8.0.3" from the root project
npm ERR!
npm ERR! node_modules/@vue/eslint-config-standard
npm ERR! dev @vue/eslint-config-standard@"^6.1.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/eslint-plugin-vue
npm ERR! peer eslint-plugin-vue@"^7.0.0" from @vue/[email protected]
npm ERR! node_modules/@vue/eslint-config-standard
npm ERR! dev @vue/eslint-config-standard@"^6.1.0" 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! to accept an incorrect (and potentially broken) dependency resolution.
解决办法
在指令最后加–force或者 --legacy-peer-deps
npm i [email protected] --save-dev --legacy-peer-deps
总结
以上为个人经验,希望能给大家一个参考,也希望大家多多支持本站。
相关文章
- 三国杀武将觉醒银币购买推荐指南 06-19
- 盛世天下手游和端游有何区别 盛世天下双端区别和内容一览 06-19
- 盛世天下之媚娘篇攻略 盛世天下之媚娘篇流程说明 06-19
- 星布谷地里墨尔斯是谁 06-19
- 王者荣耀世界巨灵宝箱如何获取 06-19
- Hugging Face适用场景解析:模型下载、微调与部署 06-19