mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
95555658cf
The NodeJS Bazel linker does not work well on Windows because there is no sandboxing and linker processes from different tests will attempt to modify the same `node_modules`, causing concurrency race conditions and resulting in flakiness. PR Close #45872