yarn设置代理 发表于 2020-12-22 11:21 更新于 2020-12-22 11:23 设置代理 12yarn config set proxy http://127.0.0.1:1087yarn config set https-proxy http://127.0.0.1:1087 获取当前设置的代理地址 12yarn config get proxyyarn config get https-proxy 删除当前设置的代理 12yarn config delete proxyyarn config delete https-proxy