赞
踩
按照Element官网的按照提示执行 npm i element-ui -S
,报错
报错如下:
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. npm ERR! npm ERR! See C:\Program Files\nodejs\node_cache\eresolve-report.txt for a full report. npm ERR! A complete log of this run can be found in: npm ERR! C:\Program Files\nodejs\node_cache\_logs\2023-12-28T02_54_30_424Z-debug-0.log
很明显Vue版本和element版本不匹配,查看我的项目的Vue的版本为v3,如下:
如果强制安装 element-ui 执行类似命令 npm i element-ui -S -–legacy-peer-deps
或者npm install element-plus --save
,在后续的项目中可能还是会出现错误。
使用的是Vue3建议安装element-plus插件,运行 npm install element-plus --save
即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。