aspnet / KoreBuild

OBSOLETE REPO - see readme
Other
37 stars 23 forks source link

Run NPM installs in series, not parallel #126

Closed SteveSandersonMS closed 7 years ago

SteveSandersonMS commented 7 years ago

I'm seeing intermittent build failures on the JavaScriptServices repo when it builds on Windows. Since there have been many reports of NPM instability when run in parallel on Windows, this change makes NPM installs run in series. Obviously it will take longer, but hopefully it will produce more consistent results. We won't know whether this actually fixes the issue until this runs in CI.

dnfclas commented 7 years ago

Hi @SteveSandersonMS, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR.

TTYL, DNFBOT;

pranavkm commented 7 years ago

:shipit: