vue npm ERR! code FETCH_ERROR npm ERR! errno FETCH_ERROR
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue npm ERR! code FETCH_ERROR npm ERR! errno FETCH_ERROR相关的知识,希望对你有一定的参考价值。
参考技术A // 执行npm cache clean --force
vue-admin-beautiful:npm ERR! code ERESOLVE && npm ERR! code E451
记录一个离谱的编译错误。
克隆vue-admin-beautiful项目,master分支可以正常拉取,vue3.0-antdv编译报下面的错误。
尝试一:
$ cnpm install
Install fail! Error: GET https://registry.npmmirror.com/vab-config response 451 status
Error: GET https://registry.npmmirror.com/vab-config response 451 status
尝试二:
$ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: vue-admin-beautiful-antdv@1.0.0
npm ERR! Found: eslint@7.32.0
npm ERR! node_modules/eslint npm ERR! dev eslint@"^7.30.0" from the root project npm ERR!
npm ERR! Could not resolve dependency: npm ERR! peer eslint@">= 1.6.0 < 7.0.0" from @vue/cli-plugin-eslint@4.5.19 npm ERR! node_modules/@vue/cli-plugin-eslint
有错误说是npm版本问题,npm7在编译的时候会更加严格。我换成npm6和npm8都不行。并尝试了多个版本的npm替代包——cnpm、pnpm。
最终的解决方案是
1、npm源换成腾讯源(taobao的地址都install不了 ,试试可以更换其他的registry源地址。)
npm config set registry http://mirrors.cloud.tencent.com/npm/
2、然后这个编译命令
npm install --legacy-peer-deps
3、启动 npm run serve --fix
以上是关于vue npm ERR! code FETCH_ERROR npm ERR! errno FETCH_ERROR的主要内容,如果未能解决你的问题,请参考以下文章
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! test_vue_0613@1.0.0 dev: 错误的解决方法
vue项目webpack打包失败,npm ERR! code ELIFECYCLE
搭建vue-cli脚手架出现报错npm ERR,code exists ...
下载axios时出现很多npm ERR错误:npm ERR! code ERESOLVEnpm ERR! ERESOLVE could not resolve
安装vue-cli,node已经安装好了,我发使用npm下载vue-cli,总是报错,npm ERR!code…………,如下图所示
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@