Error on start #240
Unanswered
mr0baxter
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
webpack compiled successfully
~/Downloads/WALC-0.3.2/WALC $ npm start
node:events:497
throw er; // Unhandled 'error' event
^
Error: spawn /home/user/Downloads/WALC-0.3.2/WALC/node_modules/electron/dist/electron ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:286:19)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error' event on ChildProcess instance at:
at ChildProcess._handle.onexit (node:internal/child_process:292:12)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn /home/user/Downloads/WALC-0.3.2/WALC/node_modules/electron/dist/electron',
path: '/home/user/Downloads/WALC-0.3.2/WALC/node_modules/electron/dist/electron',
spawnargs: [ ' . ' ]
}
Node.js v21.6.1
Beta Was this translation helpful? Give feedback.
All reactions