node环境:[email protected],[email protected]和[email protected],[email protected]
报错内容:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR! peer webpack@">=2" from [email protected]
npm ERR! node_modules/babel-loader
npm ERR! babel-loader@"^8.1.0" from @vue/[email protected]
npm ERR! node_modules/@vue/cli-plugin-babel
npm ERR! dev @vue/cli-plugin-babel@"^4.4.6" from the root project
npm ERR! peer webpack@"^4.0.0" from [email protected]
npm ERR! node_modules/cache-loader
npm ERR! cache-loader@"^4.1.0" from the root project
npm ERR! cache-loader@"^4.1.0" from @vue/[email protected]
npm ERR! node_modules/@vue/cli-plugin-babel
npm ERR! dev @vue/cli-plugin-babel@"^4.4.6" from the root project
npm ERR! 29 more (compression-webpack-plugin, eslint-loader, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional webpack@"^5.27.0" from [email protected]
npm ERR! node_modules/css-loader
npm ERR! css-loader@"^7.1.2" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/webpack
npm ERR! peerOptional webpack@"^5.27.0" from [email protected]
npm ERR! node_modules/css-loader
npm ERR! css-loader@"^7.1.2" 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\2024-05-30T08_41_43_545Z-debug-0.log
问下官方技术这个问题怎么解决?