Commit bc1960e
Disable npm audit and enable Node.js crash reports
Add audit=false to .npmrc to prevent ETIMEDOUT failures when the
AzDO feed's security advisories endpoint times out (exit code -1).
Add NODE_OPTIONS=--report-on-faulting-state-change to generate a
Node.js diagnostic report (.report file) if the node process crashes
during npm ci. This will help diagnose the Windows-only exit code
57005 (0xDEAD) failures where the process is killed mid-extraction
with no error output.
Co-authored-by: Copilot <[email protected]>1 parent fb2bd3e commit bc1960e
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments