【npm】npm ERR! code ERESOLVEnpm

输入npm install --save element-china-area-data报错:

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/less
npm ERR!   less@"^4.1.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer less@"^2.3.1 || ^3.0.0" from [email protected]
npm ERR! node_modules/less-loader
npm ERR!   less-loader@"^5.0.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/less
npm ERR!   peer less@"^2.3.1 || ^3.0.0" from [email protected]
npm ERR!   node_modules/less-loader
npm ERR!     less-loader@"^5.0.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 D:\gongzuoshi\nodejs\node_cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     D:\gongzuoshi\nodejs\node_cache\_logs\2022-10-18T03_20_02_117Z-debug-0.log

解决办法:

使用npm install --save element-china-area-data --force

你可能感兴趣的:(vue,javascript,npm,前端)