From 4d60d69a2f30ff2596fcbe7781078231cc6ba770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Tue, 26 Mar 2024 19:20:45 +0800 Subject: [PATCH] =?UTF-8?q?build:=20add=20=E6=B7=98=E5=AE=9D=E6=BA=90=20re?= =?UTF-8?q?gistry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.npmrc b/.npmrc index d8b8386..356a656 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,6 @@ +# registry = https://registry.npmjs.org +registry = https://registry.npmmirror.com + strict-peer-dependencies=false auto-install-peers=true shamefully-hoist=true