From 10b92e33a2afd88efb36d71c9eb8ac980532cf40 Mon Sep 17 00:00:00 2001 From: Clay Date: Tue, 18 Oct 2022 22:30:31 -0700 Subject: [PATCH] chore: disable auto install of peer dependencies (#10522) --- .npmrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 148b202c..4d97f291 100644 --- a/.npmrc +++ b/.npmrc @@ -6,4 +6,5 @@ hoist-pattern[]=pug hoist-pattern[]=source-map-support hoist-pattern[]=ts-node strict-peer-dependencies=false -shell-emulator=true \ No newline at end of file +shell-emulator=true +auto-install-peers=false