From e2d66e052ccdac0a92ac7ede93664c385018be69 Mon Sep 17 00:00:00 2001 From: virualv Date: Fri, 10 Jun 2022 18:04:32 +0800 Subject: [PATCH] Update npm mirror config --- Shell/QLOneKeyDependency.sh | 2 +- Shell/XinQLOneKey.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Shell/QLOneKeyDependency.sh b/Shell/QLOneKeyDependency.sh index 2dca4b38..ff25483e 100644 --- a/Shell/QLOneKeyDependency.sh +++ b/Shell/QLOneKeyDependency.sh @@ -44,7 +44,7 @@ echo "当前npm版本(如果没有npm,请自行安装): " npm -v -npm config set registry https://registry.npm.taobao.org +npm config set registry https://registry.npmmirror.com cd /ql pnpm add -g pnpm diff --git a/Shell/XinQLOneKey.sh b/Shell/XinQLOneKey.sh index d1917e12..fd014097 100644 --- a/Shell/XinQLOneKey.sh +++ b/Shell/XinQLOneKey.sh @@ -44,7 +44,7 @@ echo "当前npm版本(如果没有npm,请自行安装): " npm -v -npm config set registry https://registry.npm.taobao.org +npm config set registry https://registry.npmmirror.com cd /ql pnpm add -g pnpm