-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Description
I tried:
git node v8 backport 6584b6 But received:
⠋ Update local V8 clone
◼ V8 commit backport
node:events:492
throw er; // Unhandled 'error' event
^
Error: spawn git 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 git',
path: 'git',
spawnargs: [ 'fetch', 'origin' ]
}
Node.js v20.7.0From what I read from the code, the v8 folder should be created and then the v8 should be cloned.
I tried on node 20.1.0 and the clone works, so maybe there is some behavior that changed between 20.1.0 and 20.7.0
Metadata
Metadata
Assignees
Labels
No labels