فهرست منبع

Increase Node.js memory limit in .npmrc

fix  FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
pigeon2049 6 ماه پیش
والد
کامیت
492942295e
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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