赵走x博客
网站访问量:151447
首页
书籍
软件
工具
古诗词
搜索
登录
npm ERR! Could not resolve dependency:
npm ERR! Could not resolve dependency:
资源编号:79077
热度:94
npm ERR! Could not resolve dependency:
# 报错信息 ``` npm ERR! Could not resolve dependency: npm ERR! peer eslint@"^7.12.1" 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@7.32.0 npm ERR! node_modules/eslint npm ERR! peer eslint@"^7.12.1" 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 i npm-run-all --legacy-peer-deps ```