fairycat

Created:
Updated:

使用npm镜像

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

取消镜像

npm config delete registry
npm config delete disturl