From 4c074873b92a9866943d0d324fd0b5fe0c0b1038 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Tue, 30 Apr 2024 23:18:31 +0800 Subject: [PATCH] chore(npmrc): set `package-manager-strict` to false --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 110d846c83d4e0..0b5ac442e7823f 100644 --- a/.npmrc +++ b/.npmrc @@ -3,3 +3,4 @@ hoist-pattern[]=postcss # package/vite hoist-pattern[]=pug # playground/tailwind: @vue/compiler-sfc shell-emulator=true auto-install-peers=false +package-manager-strict=false \ No newline at end of file