@@ -7,7 +7,7 @@
#### 设置代理
```shell
npm config set proxy http://127.0.0.1:7890
-npm config set proxy http://127.0.0.1:7890
+npm config set https-proxy http://127.0.0.1:7890
```
### yarn 代理设置