From a670fe6269579883360eeb6b113879eb1eb827ca Mon Sep 17 00:00:00 2001 From: Nik Gilmore Date: Wed, 31 Dec 2025 15:46:25 -0800 Subject: [PATCH] Revert changes to .npmrc --- .npmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.npmrc b/.npmrc index f031c449b21..38a7eb153c0 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,4 @@ +save-exact=true +# Increase available heap size to avoid running out of memory when compiling. +# This applies to all npm scripts in this repository. node-options=--max-old-space-size=8192