From 9dcae6e4bf42c9abb4232cf34b6e6abb5f40b127 Mon Sep 17 00:00:00 2001 From: hujian Date: Thu, 16 Feb 2023 23:08:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E5=89=8D=E7=AB=AF=E7=BC=96?= =?UTF-8?q?=E8=AF=91npm=E6=BA=90=E5=9C=B0=E5=9D=80=E4=B8=BAhttps://registr?= =?UTF-8?q?y.npmmirror.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/_content/introduction/compile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_content/introduction/compile.md b/doc/_content/introduction/compile.md index 1259b942..1a9d58b4 100644 --- a/doc/_content/introduction/compile.md +++ b/doc/_content/introduction/compile.md @@ -69,7 +69,7 @@ git clone https://github.com/648540858/wvp-GB28181-pro.git ### 5.2 编译前端页面 ```shell script cd wvp-GB28181-pro/web_src/ -npm --registry=http://registry.npmmirror.com install +npm --registry=https://registry.npmmirror.com install npm run build ``` 编译如果报错, 一般都是网络问题, 导致的依赖包下载失败