标签:body config lin 代理设置 https te pro href delete line
1
|
npm config set registry http://registry.npm.taobao.org/
|
1
|
npm config set proxy http://127.0.0.1:8080
|
1
|
npm config delete proxy
|
1
|
yarn config set proxy http://127.0.0.1:8080
|
1
|
yarn config delete proxy
|
标签:body config lin 代理设置 https te pro href delete line
原文地址:https://www.cnblogs.com/icefish527/p/12064101.html