소스 검색

Merge pull request #325 from pigeon2049/patch-1

Increase Node.js memory limit in .npmrc
菲鸽 6 달 전
부모
커밋
733a472132
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