Mario Härtwig

Results 8 comments of Mario Härtwig

@devversion Thanks a lot for the help and explanation! Our build is now working and I am closing this issue. We decided to temporarily turn off the workers to fix...

@devversion I'll make more in-depth analyses next week and will inform you about my findings.

> You can turn off the workers for type bundling by using --strategy=BundlingTypes=remote,sandboxed,local. Once you set that up and perform a build locally, you potentially will see some warnings/console output...

Thanks a lot! I can confirm the above error occurs exactly at the moment the build breaks. I am currently adding debug statements everywhere to find out what causes the...

I am having the same issue. `npx @angular/cli@13 update @angular/cdk@13 --force` causes ``` Package "@angular-devkit/build-angular" has an incompatible peer dependency to "@angular/compiler-cli" (requires "^12.0.0" (extended), would install "14.0.5"). Package "@angular-devkit/build-angular"...

I started analyzing the `stdin` buffer to narrow the bug more down. Finally I found [this code](https://github.com/sbb-design-systems/sbb-angular/blob/main/src/journey-maps/angular/types.d.ts), removed it and all its usages. I don't want to get too excited...

To be honest I have no idea and currently do some try and error to find the reason for the failing build. I've wrapped the `deserialize` function in line 97...

The above linked workaround was not the reason for the failing build. I have no further ideas and use your `--strategy=BundlingTypes=remote,sandboxed,local` fix as a temporary solution. It would be great...