The ENOMEM and EPIPE and Terser errors are back and just as nasty as before. Here are some details on how to fix:
- Of course, update all Angular build related npm modules
- The biggest problem comes from this issue angular/angular-cli#18087 (comment) in
copy-webpack-plugin
(Fix: webpack-contrib/copy-webpack-plugin#507) which is included in Angular @angular-devkit/build-angular. This fix made it in this week (https://github.com/angular/angular-cli/releases/tag/v8.3.29)
Again, update your npm modules, especially Angular as those are critical.