vue2安装ant-design UI报错 ERR! peer vue@“>=3.2.0“ from [email protected]

npm install ant-design-vue --save 安装报错,使用的是vue2,如图,

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR!   vue@"^2.6.10" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vue@">=3.2.0" from [email protected]
npm ERR! node_modules/ant-design-vue
npm ERR!   ant-design-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! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\Administrator\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Administrator\AppData\Local\npm-cache\_logs\2023-02-23T09_41_26_713Z-debug-0.log

 解决方法:

要求vue版本不得低于2.6.0才可以正常使用ant-design

猜你喜欢

转载自blog.csdn.net/zhangxueyou2223/article/details/129186614
今日推荐