diff --git a/.npmrc b/.npmrc index 6a76dd96c41d..2936f4f49990 100644 --- a/.npmrc +++ b/.npmrc @@ -2,3 +2,4 @@ legacy-peer-deps=true link-workspace-packages=true node-linker=hoisted child-concurrency=1 +package-manager-strict=false diff --git a/documentation/.npmrc b/documentation/.npmrc new file mode 100644 index 000000000000..e941d13c2029 --- /dev/null +++ b/documentation/.npmrc @@ -0,0 +1 @@ +package-manager-strict=false