From 8aaa232b178f0a51858ac30d782ed70d8eb42049 Mon Sep 17 00:00:00 2001 From: buyfakett Date: Thu, 25 Jan 2024 20:41:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B7=98=E5=AE=9D?= =?UTF-8?q?=E6=9B=B4=E6=8D=A2npm=E6=BA=90=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/share.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/share.sh b/shell/share.sh index 403804a1..95b5f3a0 100755 --- a/shell/share.sh +++ b/shell/share.sh @@ -271,6 +271,7 @@ npm_install_2() { cd $dir_work echo -e "安装 $dir_work 依赖包...\n" + npm config set registry https://registry.npmmirror.com npm_install_sub cd $dir_current }