浏览代码

修改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