electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.46k stars 1.71k forks source link

Encountering EBUSY: resource busy or locked error in electron-builder 25.0.0-alpha.9 #8250

Open holizero opened 3 weeks ago

holizero commented 3 weeks ago

Encountering 'EBUSY: resource busy or locked' error when using 'asar: false' option in electron-builder 25.0.0-alpha.9.

The error mainly occurs in the '@colors' module and downgrading to version 24.13.1 resolves the issue.

Rebel028 commented 3 weeks ago

Can confirm this error on windows (including windows runners for Github Actions). Works just great together with https://github.com/electron-userland/electron-builder/issues/8244 Now I know that running npm install -g electron-builder with no version specified is a bad idea 😄

holizero commented 3 weeks ago

Can confirm this error on windows (including windows runners for Github Actions). Works just great together with #8244 Now I know that running npm install -g electron-builder with no version specified is a bad idea 😄

Thanks !