electron-builder icon indicating copy to clipboard operation
electron-builder copied to clipboard

ENOENT: no such file or directory, ensureSymlink 'Versions/Current/Headers' failedTask=build stackTrace=Error: ENOENT: no such file or directory, ensureSymlink 'Versions/Current/Headers'

Open orange-blossoms opened this issue 9 months ago • 4 comments

ENOENT: no such file or directory, ensureSymlink 'Versions/Current/Headers' failedTask=build stackTrace=Error: ENOENT: no such file or directory, ensureSymlink 'Versions/Current/Headers' at processImmediate (internal/timers.js:456:21) From previous event: at copyAppFiles (/workspace/ada-hyperion-test/node_modules/app-builder-lib/src/util/appFileCopier.ts:86:27) child_process.js:650 throw err;

"electron-builder": "24.6.3",
"electron-rebuild": "1.8.4",

orange-blossoms avatar Sep 08 '23 11:09 orange-blossoms

+1 same error

justb avatar Sep 20 '23 03:09 justb

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] avatar Nov 20 '23 00:11 github-actions[bot]

We face this. Perhaps passing verbatimSymlinks: true to fs.cp might fix this. My hunch is handling of relative symlinks are broken.

KishanBagaria avatar Nov 20 '23 06:11 KishanBagaria

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] avatar Jan 21 '24 00:01 github-actions[bot]

This issue was closed because it has been stalled for 30 days with no activity.

github-actions[bot] avatar Feb 21 '24 00:02 github-actions[bot]

Hello, yall. How did you workaround?

StreetStrider avatar Mar 09 '24 21:03 StreetStrider

[email protected] is not affected [email protected] is affected I guess, the workaround is to use latest in 23. Is it possible to attract maintainers' attention to this, though.

StreetStrider avatar Mar 09 '24 22:03 StreetStrider

If you suffer yet, try to treat to asar: true build options.

greenn-lab avatar Mar 22 '24 01:03 greenn-lab