配置 npm 的镜像

如何配置 npm 的镜像(淘宝)加快 install 的速度? npm config set registry https://registry.npm.taobao.org Refer: https://npm.taobao.org/

June 14, 2019 · 1 min · K8sCat