Sfoglia il codice sorgente

Increase Node.js memory limit in .npmrc

fix  FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
pigeon2049 6 mesi fa
parent
commit
492942295e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .npmrc

+ 1 - 0
.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