vue npm 安装依赖因版本问题报错 npm ERR! this command with --force.--legacy-peer-deps等问题

  1. vue : 安装依赖 npm install 报错 :
C:\Users admin\Desktop\hubing-web> npm install
>> npm ERR! --global--location-global~ instead>> npm WARN config global--local~ are deprecated. Use
>> npm ERR! code ERESOLVE
>> nPm ERR! ERESOLVE unable to resolve dependency tree
>> npm ERR!
>> npm ERR!while resolving: happyfrig1.0.2
>> npm ERR! Found: less3.13.1
ERR!node modules/less> npm
>> npm ERR!dev lessa"^3.9." from the root project
>> npm ERR!
>> npmERR!Could not resolve dependency:
>> npm ERR!peer lessa"^2.3.1” from less-loadena2.2.3
>> npm ERR!node modules/less-loader
>> npm ERR!dev less-loadena".2.2.3” from the root project
>> npm ERR!
>> npm ERR! Fix the upstream dependency conflict, or retry
>> npm ERR! this command with --force.--legacy-peer-deps
>> npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
>> npm ERR!
>> npm ERR! See C:\Users\admin\AppData\Local\npm-cache\eresolve-report.txt for a full report.
>>  
>> npm ERR! A complete log of this run can be found in:
  1. 解决
//执行命令
npm install --legacy-peer-deps

你可能感兴趣的:(vue.js,npm,arcgis)