From 6b0f5ebc06f5828b7023f98b654ab681098416ca Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Mon, 3 Apr 2023 22:00:11 +0530 Subject: [PATCH] fix(pnpm): disable strict peers flag (#49934) --- .npmrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index 35374775966..5e6384e1952 100644 --- a/.npmrc +++ b/.npmrc @@ -1,6 +1,5 @@ -# Particularly since we're installing them automatically, we want to know about -# any conflicts -strict-peer-dependencies=true +# Disable until we can enable this again +strict-peer-dependencies=false # A lot of our scripts rely on pre and post scripts, so this is necessary for # now enable-pre-post-scripts=true