问题描述
yarn安装依赖包报错
An unexpected error occurred: "htps://registry.npm.taobao.org/vue-router: Invalid protocol: htps:".
原因分析:
这是因为网络不好导致的下载依赖包请求超时报错,更改下载地址即可。
解决方案:
步骤1.请求地址设置成淘宝源
npm config set registry https://registry.npm.taobao.org
步骤2.对node-sass镜像源进行设置
yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass
步骤3.重新下载文章来源:https://www.toymoban.com/news/detail-634785.html
参考文章:https://blog.csdn.net/i_am_a_div/article/details/107935408文章来源地址https://www.toymoban.com/news/detail-634785.html
到了这里,关于yarn安装依赖包报错 An unexpected error occurred: “htps://registry.npm.taobao.org/vue-router: Invalid protoc的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!