yarn install 提示 An unexpected error occurred: "https://regitry.npm.org/mpvue: Hostname/IP doesn't match certificate's altnames

因为yarn的源是

https://registry.npm.taobao.org

 

而npm的源是

https://registry.npm.org

 

查看npm的源

npm config get registry

 

修改npm源

 

npm config set registry https://registry.npm.taobao.org

 

然后就很乖的开始安装了

posted @ 2018-10-22 16:37  狂乱贵公子  阅读(4072)  评论(0编辑  收藏  举报