取消npm代理或淘宝镜像

版权声明:本文为博主原创文章,尊重原创,转载请注明出处:有涯先生の程序人生@http://blog.csdn.net/zhaikun68 https://blog.csdn.net/ZhaiKun68/article/details/80270921
1、取消npm代理
npm config delete proxy

2、取消淘宝镜像

打开npm代理编辑

npm config edit
找到对应的淘宝代理执行删除命令
npm config delete [需要删除的代理名称]

猜你喜欢

转载自blog.csdn.net/ZhaiKun68/article/details/80270921