shlu's note

设置Proxy

yarn config set proxy http://127.0.0.1:10809
yarn config set https-proxy http://127.0.0.1:10809

删除Proxy

yarn config delete proxy
yarn config delete https-proxy

声明:转载请注明出处,原文地址:shlu's note