From 4a4f83d8029cda246206635b3f37dfe7f3909455 Mon Sep 17 00:00:00 2001 From: buya Date: Sat, 18 Nov 2023 09:51:04 +0000 Subject: [PATCH] =?UTF-8?q?=20npm=20=E5=8A=A0=E9=80=9F=E7=9A=84=E8=AF=9D?= =?UTF-8?q?=EF=BC=8C=E4=BD=BF=E7=94=A8=E6=B7=98=E5=AE=9D=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E6=BA=90=E5=9C=B0=E5=9D=80=20=20npm=20=E5=8A=A0?= =?UTF-8?q?=E9=80=9F=E7=9A=84=E8=AF=9D=EF=BC=8C=E4=BD=BF=E7=94=A8=E6=B7=98?= =?UTF-8?q?=E5=AE=9D=E6=9C=80=E6=96=B0=E7=9A=84=E6=BA=90=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe406a6d..07df37cf 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ git clone git@gitee.com:marsgis/mars3d-vue-example.git npm install //或使用代理 -npm i --registry=http://registry.taobao.org +npm i --registry=https://registry.npm.taobao.org ``` #### 启动开发环境 -- Gitee