ソースを参照

update registry source

RuoYi 4 年 前
コミット
55a7a90bab
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      ruoyi-ui/README.md
  2. 1 1
      ruoyi-ui/bin/package.bat

+ 1 - 1
ruoyi-ui/README.md

@@ -11,7 +11,7 @@ cd ruoyi-ui
11
 npm install
11
 npm install
12
 
12
 
13
 # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
13
 # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
14
-npm install --registry=https://registry.npm.taobao.org
14
+npm install --registry=https://registry.npmmirror.com
15
 
15
 
16
 # 启动服务
16
 # 启动服务
17
 npm run dev
17
 npm run dev

+ 1 - 1
ruoyi-ui/bin/package.bat

@@ -7,6 +7,6 @@ echo.
7
 cd %~dp0
7
 cd %~dp0
8
 
8
 
9
 cd ..
9
 cd ..
10
-npm install --registry=https://registry.npm.taobao.org
10
+npm install --registry=https://registry.npmmirror.com
11
 
11
 
12
 pause
12
 pause