소스 검색

修改install

YangZhiJie 2 년 전
부모
커밋
1e5bc37f7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bat/install.bat

+ 1 - 1
bat/install.bat

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