npm set

npm源镜像:

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

淘宝镜像:

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

npm get registry 

原文地址:https://www.cnblogs.com/geekjsp/p/14062242.html