throw er; // Unhandled 'error' event
user
list me the py files
thinking for 4s
╭────────────────────────────────────────────────────────────────────────────────────────────────────╮
│( ●) Thinking │
╰────────────────────────────────────────────────────────────────────────────────────────────────────╯
send q or ctrl+c to exit | send "/clear" to reset | send "/help" for commands | press enter to
send
node:events:498
throw er; // Unhandled 'error' event
^
Error: spawn rg 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 rg',
path: 'rg',
spawnargs: [ '--files', '-g', '*.py' ]
}
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗