npm install 报错ERR! 404

npm 的 各种报错

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: zk-tijian-manage-web-static@0.0.0
npm ERR! Found: @angular/common@6.1.10
npm ERR! node_modules/@angular/common
npm ERR!   @angular/common@"^6.1.10" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@">=8.0.0" from angular-in-memory-web-api@0.11.0
npm ERR! node_modules/angular-in-memory-web-api
npm ERR!   angular-in-memory-web-api@"latest" 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\ymw\AppData\Local\npm-cache\eresolve-report.txt for a full report.

debug.log


统计解决办法  安装吧npm 变成cnpm  变成淘宝镜像

npm install -g cnpm --registry=https://registry.npm.taobao.org

然后 cnpm install xxxx

 

 


本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!

相关文章

立即
投稿

微信公众账号

微信扫一扫加关注

返回
顶部