Просмотр исходного кода

Merge pull request #325 from pigeon2049/patch-1

Increase Node.js memory limit in .npmrc
菲鸽 6 месяцев назад
Родитель
Сommit
733a472132
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .npmrc

+ 1 - 0
.npmrc

@@ -6,3 +6,4 @@ auto-install-peers=true
 shamefully-hoist=true
 shamefully-hoist=true
 ignore-workspace-root-check=true
 ignore-workspace-root-check=true
 install-workspace-root=true
 install-workspace-root=true
+node-options=--max-old-space-size=8192