From 1942f1af4ef0ae666ef7293996acc2f591108a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E9=AB=98?= <794071084@qq.com> Date: Wed, 10 Jul 2024 02:22:37 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9npm=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=BA=90=E4=B8=BAnpmmirror.com=20=E5=B0=86npm=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=91=BD=E4=BB=A4=E4=B8=AD=E7=9A=84registry=E4=BB=8E?= =?UTF-8?q?=E6=B7=98=E5=AE=9Dnpm=E6=BA=90=E6=94=B9=E4=B8=BAnpmmirror.com?= =?UTF-8?q?=EF=BC=8C=E5=8E=9F=E6=9C=89npm=E6=BA=90=E5=B7=B2=E7=BB=8F?= =?UTF-8?q?=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 老高 <794071084@qq.com> --- README.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index dea0106..a95a364 100644 --- a/README.zh.md +++ b/README.zh.md @@ -114,7 +114,7 @@ cd web # 安装依赖 npm install yarn -yarn install --registry=https://registry.npm.taobao.org +yarn install --registry=https://registry.npmmirror.com # 启动服务 yarn build