You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug has been blocking all main branch rolling builds (public + internal) since ~April 20, causing npm ci to fail with exit code 57005 in the aspnetcore build step on Windows legs.
Context
Node 24.15 introduced a bug where
npm ciexits with code 57005 (0xDEAD), breaking aspnetcore builds in the VMR unified build pipeline.As a workaround:
eng/pipelines/templates/jobs/vmr-build.ymlAction needed
When a new Node version is available that fixes the npm ci bug:
eng/pipelines/templates/jobs/vmr-build.ymlin dotnet/dotnet to use the new version (or revert to24.x)Impact
This bug has been blocking all main branch rolling builds (public + internal) since ~April 20, causing
npm cito fail with exit code 57005 in the aspnetcore build step on Windows legs.See also nodejs/node#62991