From 8f0a9264cbba0aac7099be48e6e888db9c1d98d2 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Mon, 27 May 2024 19:30:56 +0200 Subject: [PATCH] chore: set package-manager-strict to false --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 079dd26fcd..c6d7600bfc 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,4 @@ shamefully-hoist=true shell-emulator=true ignore-workspace-root-check=true +package-manager-strict=false