From aa1516768e69f9a0191850684ffa60bf0d91c55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AD=A6=E8=88=AA?= Date: Fri, 14 Mar 2025 09:33:17 +0000 Subject: [PATCH] =?UTF-8?q?update=20advanced-guides/install.md.=20->npm=20?= =?UTF-8?q?install=20--registry=3Dhttps://registry.npmmirror.com=20npm.tao?= =?UTF-8?q?bao.org=20=E5=92=8C=20registry.npm.taobao.org=20=E4=BA=8E=20202?= =?UTF-8?q?2.06.30=20=E5=8F=B7=E6=AD=A3=E5=BC=8F=E4=B8=8B=E7=BA=BF?= =?UTF-8?q?=E5=92=8C=E5=81=9C=E6=AD=A2=20DNS=20=E8=A7=A3=E6=9E=90=E3=80=82?= =?UTF-8?q?=20=E5=9F=9F=E5=90=8D=E5=88=87=E6=8D=A2=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=9A=20npm.taobao.org=20=3D>=20npmmirror.com=20registry.np?= =?UTF-8?q?m.taobao.org=20=3D>=20registry.npmmirror.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱学航 --- advanced-guides/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced-guides/install.md b/advanced-guides/install.md index 1796c72..b4cc163 100644 --- a/advanced-guides/install.md +++ b/advanced-guides/install.md @@ -56,7 +56,7 @@ python manage.py runserver 可以把 `npm` 用 `yarn` 或 `cnpm` 代替。 ```bash cd /data/spug/spug_web -npm install --registry=https://registry.npm.taobao.org +npm install --registry=https://registry.npmmirror.com ``` ### 7. 启动前端 -- Gitee