kindring 1 vuosi sitten
vanhempi
sitoutus
1f429fb0db
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 代理设置