1、npm查看镜像配置地址

npm get registry

2、还原npm镜像配置

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

3、查看npm镜像配置,我们会发现已经变了

npm get registry

 

最后修改于 2020-06-12 07:10:46
如果觉得我的文章对你有用,请随意赞赏
扫一扫支付
上一篇