Closed DustFinger001 closed 6 years ago
This seems specific to electron-winstaller
to me, and not to Electron Forge. Although, the only thing I can find related to that in its issue tracker is https://github.com/electron/windows-installer/issues/220. @MarshallOfSound do you have any ideas?
This issue is something going wrong in Squirrel.Windows. The app.asar
log is unrelated (it logs that error but has a fallback, that log is for debugging purposes)
Please describe your issue: when i exec 'electron-forge make' , there is an Error occurred
Making for target: squirrel - On platform: win32 - For arch: x64 electron-windows-installer:fs-utils Error: ENOENT: no such file or directory, stat 'D:\cloud_tunnel\cloud-tunnel\out\app-win32-x64\resources\app.asar'
And i found that this 'app.asar' file must be the 'electron.asar' file in same directory.
what can i do for it? please help.
*Console output when you run
electron-forge
with the environment variable `DEBUG=electron-forge:`. (Instructions on how to do so here). Please include the stack trace if one exists.**What command line arguments are you passing?
What does your
config.forge
data inpackage.json
look like?