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,
网友评论