From 10428b820bc78e19bbbad39eeed7d64a99d2ba80 Mon Sep 17 00:00:00 2001 From: Devon Powell Date: Mon, 23 Feb 2026 13:40:43 -0500 Subject: [PATCH] QE-1708: Remove npx auto reject on install --- .npmrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.npmrc b/.npmrc index 3e842df..6c44ed0 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,2 @@ engine-strict=true # only allow use of supported node versions ignore-scripts=true # we don't rely on any install scripts so this is safer -yes=false # prevent npm/npx from auto answering yes to prompts which is safer