npm系列

代理:
npm config set proxy http://username:password@server:port
取消:
npm config rm proxy
缓存:
npm cache clean

原文地址:https://www.cnblogs.com/littlehoom/p/4953851.html