【发布时间】:2015-02-07 22:39:57
【问题描述】:
在工作中我有一个代理并在 npm 中设置它
npm config set proxy http://theproxy:8080
npm config set https-proxy https://theproxy:8080
失业了,我没有代理,需要在 npm 中删除它。
我试过了
npm config rm proxy
npm config rm https-proxy
和
npm config delete proxy
npm config delete https-proxy
但是当我使用
npm config get proxy
npm config get https-proxy
代理仍然存在
如何在 npm 中删除代理
【问题讨论】: