Merge pull request #325 from pigeon2049/patch-1

Increase Node.js memory limit in .npmrc
This commit is contained in:
菲鸽
2025-10-29 11:25:02 +08:00
committed by GitHub

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