From 339cd57831c9a8d9a1e60f4f1b7d73812c8d76f4 Mon Sep 17 00:00:00 2001 From: shikong <919411476@qq.com> Date: Thu, 1 Aug 2024 15:37:38 +0800 Subject: [PATCH] .npmrc --- frontend/.npmrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 frontend/.npmrc diff --git a/frontend/.npmrc b/frontend/.npmrc new file mode 100644 index 0000000..582ebda --- /dev/null +++ b/frontend/.npmrc @@ -0,0 +1,6 @@ +shamefully-hoist = true +strict-peer-dependencies=false +ignore-workspace-root-check=true + +# 指定仓库 +registry=https://registry.npmmirror.com \ No newline at end of file