npm镜像地址设置和查看

设置npm的镜像地址

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

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

查看npm当前镜像地址:

 

npm config get registry

 

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://net2asp.com/627a0092a6.html