代理:
npm config set proxy http://username:password@server:port
取消:
npm config rm proxy
缓存:
npm cache clean
转载于:https://www.cnblogs.com/littlehoom/p/4953851.html
代理:
npm config set proxy http://username:password@server:port
取消:
npm config rm proxy
缓存:
npm cache clean
转载于:https://www.cnblogs.com/littlehoom/p/4953851.html