美文网首页
uniapp使用cli一直下载报错

uniapp使用cli一直下载报错

作者: 扫地僧练级 | 来源:发表于2024-03-26 17:04 被阅读0次
ERROR  Failed to get response from https://registry.npm.taobao.org/binary-mirror-config

npm ERR! request to https://registry.npm.taobao.org/@dcloudio%2fvue-cli-plugin-uni failed, reason: certificate has expired

如果一直解决不了, 尝试如下解决:

找到用户目录下的文件.vuerc, 将useTaobaoRegistry 改为false, 如下:

"useTaobaoRegistry": false,

相关文章

网友评论

      本文标题:uniapp使用cli一直下载报错

      本文链接:https://www.haomeiwen.com/subject/jwwstjtx.html