wangzhengguang 1 день назад
Родитель
Сommit
5df91fb5a8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bat/install.bat

+ 1 - 1
bat/install.bat

@@ -1,5 +1,5 @@
 set current_path="%~dp0"
 set current_path="%~dp0"
 cd %current_path%
 cd %current_path%
 cd ..
 cd ..
-npm install --registry http://wuzhixin.vip:4873
+npm install -registry=https://npm.leanwo.com --force
 pause
 pause