electron-forge make Error:ENOTEMPTY: directory not empty, rmdir 'C:\Users\*\AppData\Local\Temp\electron-packager\tmp-yZRjUa' #3765
Labels
blocked/needs-repro
Issues unable to be reproduced by maintainers
Pre-flight checklist
Electron Forge version
7.5.0
Electron version
33.2.0
Operating system
Windows 11 (24H2)
Last known working Electron Forge version
No response
Expected behavior
package.json:
"scripts": { "start": "electron-forge start", "package": "electron-forge package", "make": "electron-forge make" }, "devDependencies": { "@electron-forge/cli": "^7.5.0", "@electron-forge/maker-squirrel": "^7.5.0", "@electron-forge/plugin-auto-unpack-natives": "^7.5.0", "@electron-forge/plugin-fuses": "^7.5.0", "@electron/fuses": "^1.8.0", "electron-squirrel-startup": "^1.0.1", "electron": "^33.2.0" },
cmd run :
$=> npm run make
I expect can output make and **-win32-x64 normally.
Only the first time was a success, and the remaining dozens were failures
Actual behavior
Only output **-win32-x64 and error:
Thanks!
Steps to reproduce
run
npm run make
Additional information
No response
The text was updated successfully, but these errors were encountered: