소스 검색

替换前端编译npm源地址为https://registry.npmmirror.com

hujian 2 년 전
부모
커밋
9dcae6e4bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/_content/introduction/compile.md

+ 1 - 1
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
 ```
 编译如果报错, 一般都是网络问题, 导致的依赖包下载失败