Vue UI创建项目问题

1.使用cmd命令行【Vue UI】创建项目出现【 Failed to get response from https://registry.npm.taobao.org/vue-cli-version-marker】

原因:镜像问题

处理:

npm config get registry

查看镜像源是【https://registry.npm.taobao.org/】

替换镜像源:(换成TX的,TaoBao的创建项目的时候报错了)

npm config delete registry(卸载所有源恢复成官方源)
npm config set registry http://mirrors.cloud.tencent.com/npm/(腾讯源)

可以再次运行:npm config get registry查看

 

跑到D:盘执行【vue ui】进行项目创建(这里自动跳出IE浏览器的http://localhost:8000,这里网址复制到Chrome浏览器上浏览-或其他浏览器)

 

 

 

 

感谢:https://blog.csdn.net/Mmj_mmj/article/details/135972527

 

posted @ 2024-11-19 21:36  蜗牛的礼物  阅读(2)  评论(0编辑  收藏  举报