angular-cli: Angular 9.0.4 still gives me build error (Regression??)
🐞 bug report
Affected Package
Still related I think with angular/angular#35709
when running ng build
Is this a regression?
Was working in 9.0.2
Description
Similar to yesterdays issue with 9.0.3, after updating to 9.0.4, angular won’t build the project anymore.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 4
- Comments: 19 (4 by maintainers)
Commits related to this issue
- fix(ngcc): don't crash on cyclic source-map references The source-map flattening was throwing an error when there is a cyclic dependency between source files and source-maps. The error was either a c... — committed to petebacondarwin/angular by petebacondarwin 4 years ago
- fix(ngcc): don't crash on cyclic source-map references The source-map flattening was throwing an error when there is a cyclic dependency between source files and source-maps. The error was either a c... — committed to petebacondarwin/angular by petebacondarwin 4 years ago
- fix(ngcc): don't crash on cyclic source-map references (#36452) The source-map flattening was throwing an error when there is a cyclic dependency between source files and source-maps. The error was e... — committed to angular/angular by petebacondarwin 4 years ago
This was also happening to me. I macbook pro fans gets angry (literally sounding like a small vacuum cleaner was running inside my mbp) which never happened before during building projects prior to 9.0.4.
Which by the way, I have a beefed up MBP setup.
Have same problem with 9.0.5 and
preboot
package. I use Angular 9.0.5 and Node 12.10. Clearing of node_modules is not helped.And I got the same for
angular-draggable-droppable
package as well.I got it with Angular 9.0.5. With Angular 9.0.2 all works fine.
just confirming deleting
node_modules
and doingnpm install
fixes this for me, my machine still sounds like a jet engine, but node doesn’t nope out anymoreThis only happens with Angular 9.0.4
Rolling back to Angular 9.0.2
ng build
andng serve
runs with no errors.