3

In my project i have to inject html, Css code dyncamically using gulp task with gulp-inject plugin. Some times i need to write large size of html and js files. That moment i am getting "allocation failed - javascript heap out of memory" error while running the gulp task.

Can anyone suggests how to resolve this issue

Roster
  • 1,764
  • 6
  • 17
  • 36

1 Answers1

1

Try to Bump the rxjs version due to memory leak in old version

Ref for more details: https://github.com/mgechev/angular-seed/issues/259

Senthil
  • 2,156
  • 1
  • 14
  • 19