Increase Node.js memory limit in .npmrc

fix  FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
This commit is contained in:
pigeon2049
2025-10-24 09:55:32 +08:00
committed by GitHub
parent 6ca56573b6
commit 492942295e

1
.npmrc
View File

@@ -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