赞
踩
- npm ERR! code ERESOLVE
- npm ERR! ERESOLVE could not resolve
- npm ERR!
- npm ERR! While resolving: @vue/eslint-config-standard@6.1.0
- npm ERR! Found: eslint-plugin-vue@8.7.1
- npm ERR! node_modules/eslint-plugin-vue
- npm ERR! dev eslint-plugin-vue@"^8.0.3" from the root project
- npm ERR!
- npm ERR! Could not resolve dependency:
- npm ERR! peer eslint-plugin-vue@"^7.0.0" from @vue/eslint-config-standard@6.1.0
- 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: eslint-plugin-vue@7.20.0
- npm ERR! node_modules/eslint-plugin-vue
- npm ERR! peer eslint-plugin-vue@"^7.0.0" from @vue/eslint-config-standard@6.1.0
- 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.
- npm ERR!
- npm ERR! See C:\Users\50687\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\50687\AppData\Local\npm-cache\_logs\2024-04-01T11_10_56_223Z-debug-0.log
在命令后面加--legacy-peer-deps,即:
npm i element-ui -S --legacy-peer-deps
就解决啦
--legacy-peer-deps命令是告诉npm不要去干什么,该命令并没有真的解决冲突,而是忽略了冲突,后续安各种插件出现这种问题都可以采用这种方法。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。