作者 RuoYi

update registry source

@@ -11,7 +11,7 @@ cd ruoyi-ui @@ -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
@@ -7,6 +7,6 @@ echo. @@ -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