From b725de3ba8666e1c4cee338e6728b0615894019b Mon Sep 17 00:00:00 2001 From: xiaoxing365 Date: Sat, 21 Sep 2024 01:52:05 +0800 Subject: [PATCH] =?UTF-8?q?README=E9=94=99=E8=AF=AF=EF=BC=8C=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E6=97=A7=E6=B7=98=E5=AE=9Dnpm=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E4=B8=BA=E6=96=B0=E7=9A=84?= 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 1f66bf0..ed0b2d9 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ npm config delete https-proxy 运行如下命令即可安装所需依赖: > 注:lerna指定为6.x版本,更高版本会导致打包失败(不兼容导致) ```shell -npm install cnpm -g --registry=https://registry.npm.taobao.org + npm install -g cnpm --registry=https://registry.npmmirror.com cnpm install lerna@6 -g