错误:
问题原因:
安装包各个版本冲突
解决办法:
npm i --legacy-peer-deps
忽略各种报错命令
npm i --legacy-peer-deps --ignore-scripts --registry=https://registry.npm.taobao.org
然后重新安装 npm install 或者 cnpm i
标签:npm,resolve,unable,--,legacy,报错,registry From: https://www.cnblogs.com/j-a-h/p/17348961.html