From 1db4c2453706e0186b3724c73dd8fd7b4581e319 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Wed, 25 Feb 2026 11:17:19 -0500 Subject: [PATCH] Remove pnpm-specific .npmrc setting that causes npm warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit package-import-method=hardlink is pnpm's default since v7 and does not need to be set explicitly. npm reads .npmrc and warns about unknown project config keys — removing it silences the warning with no effect on pnpm behavior. --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 391eb15..8b13789 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -package-import-method=hardlink +