Commit ebd7625
fix: allow npm install to succeed when node binary was previously extracted
The adm-zip extractEntryTo call in downloadNodeBinary.js did not pass
the overwrite flag, causing postinstall to fail with "Target file already
exists" on repeat runs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a47bd3f commit ebd7625
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments