command failed: npm install --loglevel error --registry=https://registry.npm 用vue-cli 4.0 新建项目总是报错(
Posted fxwoniu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了command failed: npm install --loglevel error --registry=https://registry.npm 用vue-cli 4.0 新建项目总是报错(相关的知识,希望对你有一定的参考价值。
昨天新买的本本,今天布环境,一安装vue-cli发现都4.0+的版本了,没管太多,就开始新建个项目感受哈,一切运行顺利,输入 "vue create app" 的时候,一切貌似进展顺利,我就且后台了,估计差不多了,切回power shell一看,报错了!command failed: npm install --loglevel error --registry=https://registry.npm.taobao.org --disturl=https://npm.taobao.org/dist
各种百度,最后得到的方案,其实好简单,真的难者不会,会者不难:请看大屏幕::::::
找到C:/Users/***/.vuerc。其中***是我的电脑名字,找不到的同学可在C盘下搜索.vuerc,然后用记事本打开,将
{
"useTaobaoRegistry": true
}
改为
{
"useTaobaoRegistry": false
}
问题迎刃而解!
只是没用淘宝镜像,速度有些慢而已,但是能完成新建,且不报错!
本人亲测有效,如果对你有帮助,欢迎评论支持!
以上是关于command failed: npm install --loglevel error --registry=https://registry.npm 用vue-cli 4.0 新建项目总是报错(的主要内容,如果未能解决你的问题,请参考以下文章
Vue 创建脚手架项目报 command failed: npm install –loglevel error
command failed: npm install --loglevel error --registry=https://registry.npm 用vue-cli 4.0 新建项目总是报错(
解决npm install各种报错的6种方案 Error: Command failed: cmd.exe autoreconf -ivf以及gifsicle pre-build test fail
ERROR command failed npm install --loglevel error --legacy-peer-deps 解决办法
Mac电脑创建Vue项目时报错 错误内容:Error: command failed: npm install --loglevel error --legacy-peer-deps