get-windows icon indicating copy to clipboard operation
get-windows copied to clipboard

I am getting this error after I Forked repo and installed in my electron app

Open raghavnaphade opened this issue 1 year ago • 1 comments

Error: spawn /Users/path-to-project/node_modules/active-win/main ENOENT at ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -2, code: 'ENOENT', syscall: 'spawn /Users/path-to-project/node_modules/active-win/main', path: '/Users/path-to-project/mico_wml/node_modules/active-win/main', spawnargs: [], cmd: '/Users/path-to-project/mico_wml/node_modules/active-win/main', stdout: '', stderr: '' }

raghavnaphade avatar May 05 '23 13:05 raghavnaphade

Does it happen in production or dev or both? If in prod, make sure you properly configured your build pipeline to include all needed binaries outside of '.asar' file

pie6k avatar Aug 08 '23 11:08 pie6k

This would be a question for the Electron support forums. It's not specific to this package.

sindresorhus avatar Apr 30 '24 08:04 sindresorhus