From 0c45250116bd8d06fc260cc116c72412a7d9cfc5 Mon Sep 17 00:00:00 2001 From: F04C Date: Sun, 25 Feb 2024 19:28:48 -0500 Subject: [PATCH] Fix for pnpm/pnpm#6649 --- .npmrc | 1 + pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..b1c3f64 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +auto-install-peers=false \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 52fa0b9..8e4ea9f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,7 +1,7 @@ lockfileVersion: '6.0' settings: - autoInstallPeers: true + autoInstallPeers: false excludeLinksFromLockfile: false overrides: