From 3fc0c0af6f9fb68be308d6b89f7bcef9522bd2aa Mon Sep 17 00:00:00 2001 From: Mohammed Keyvanzadeh Date: Sat, 29 Mar 2025 01:36:04 +0330 Subject: [PATCH] chore: remove redundant pnpm config Remove the redundant pnpm-only `auto-install-peers` config from the `.npmrc` file as it is set to `true` by default now. Removing this also resolves a warning from npm that it is an unknown config option and will stop working in the future. --- .npmrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.npmrc b/.npmrc index 62a81f06..43c97e71 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1 @@ package-lock=false -auto-install-peers=true