From 492942295e940da5aee98ca24995f0a614cd7b58 Mon Sep 17 00:00:00 2001 From: pigeon2049 Date: Fri, 24 Oct 2025 09:55:32 +0800 Subject: [PATCH] Increase Node.js memory limit in .npmrc fix FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 10ecfe2..f47ca59 100644 --- a/.npmrc +++ b/.npmrc @@ -6,3 +6,4 @@ auto-install-peers=true shamefully-hoist=true ignore-workspace-root-check=true install-workspace-root=true +node-options=--max-old-space-size=8192