Cool
Cool
Published on 2024-09-14 / 40 Visits
0
0

npm使用代理下载依赖

npm config set proxy http://127.0.0.1:7890
npm config set https-proxy http://127.0.0.1:7890

Comment