Yarn1 to Yarn2
# 将 {porxy_host} 和 {proxy_port} 分别替换为网络代理的服务器和端口
yarn config set proxy http://{proxy_host}:{proxy_port}
yarn config set https-proxy http://{proxy_host}:{proxy_port}
yarn set version berry
最后更新于
# 将 {porxy_host} 和 {proxy_port} 分别替换为网络代理的服务器和端口
yarn config set proxy http://{proxy_host}:{proxy_port}
yarn config set https-proxy http://{proxy_host}:{proxy_port}
yarn set version berry
最后更新于