kindring 1 anno fa
parent
commit
1f429fb0db
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      环境配置相关/网络代理.md

+ 1 - 1
环境配置相关/网络代理.md

@@ -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 代理设置