Preflight Checklist
Electron Version
42.0.1
What operating system(s) are you using?
Other Linux
Operating System Version
debian trixie
What arch are you using?
x64
Last Known Working Electron version
No response
Does the issue also appear in Chromium / Google Chrome?
No
Expected Behavior
Running npx install-electron should install the electron binaries under node_modules/...
Actual Behavior
Binaries are not installed. The extraction of the zip file fails because of this problem in the used extract-zip npm package.
Testcase Gist URL
No response
Additional Information
Electron v42.x installation fails on latest node v26.x and v24.x versions.
Preflight Checklist
Electron Version
42.0.1
What operating system(s) are you using?
Other Linux
Operating System Version
debian trixie
What arch are you using?
x64
Last Known Working Electron version
No response
Does the issue also appear in Chromium / Google Chrome?
No
Expected Behavior
Running
npx install-electronshould install the electron binaries undernode_modules/...Actual Behavior
Binaries are not installed. The extraction of the zip file fails because of this problem in the used
extract-zipnpm package.Testcase Gist URL
No response
Additional Information
Electron v42.x installation fails on latest node v26.x and v24.x versions.
A quick fix for anyone else needing this
package.json
and then