Skip to content

after installation getting errors #4

@Anima-t3d

Description

@Anima-t3d

I installed the boost and restarted claude, but now Claude is getting stuck:
Claude gets stuck (tokens not increasing), press esc and see Cannot read properties of undefined (reading 'message')

tail -f ~/.ccb/approval.jsonl:

{"datetime":"2025-07-22T04:48:03.896Z","tool":"Read","inputs":{"file_path":"[PROJECT_PATH]/apps/web/package.json"},"reason":"Read is a safe read-only operation","decision":"approve","cwd":"[PROJECT_PATH]","session_id":"[SESSION_ID]"}
{"datetime":"2025-07-22T04:48:08.949Z","tool":"LS","inputs":{"path":"[PROJECT_PATH]/apps/web/.storybook"},"reason":"LS is a safe read-only operation","decision":"approve","cwd":"[PROJECT_PATH]","session_id":"[SESSION_ID]"}
{"datetime":"2025-07-22T04:48:13.484Z","tool":"Glob","inputs":{"pattern":"**/.storybook/**/*","path":"[PROJECT_PATH]/apps/web"},"reason":"Glob is a safe read-only operation","decision":"approve","cwd":"[PROJECT_PATH]","session_id":"[SESSION_ID]"}
{"datetime":"2025-07-22T04:48:17.217Z","tool":"Read","inputs":{"file_path":"[PROJECT_PATH]/apps/web/.storybook/main.ts"},"reason":"Read is a safe read-only operation","decision":"approve","cwd":"[PROJECT_PATH]","session_id":"[SESSION_ID]"}
{"datetime":"2025-07-22T04:48:20.364Z","tool":"Read","inputs":{"file_path":"[PROJECT_PATH]/apps/web/.storybook/preview.ts"},"reason":"Read is a safe read-only operation","decision":"approve","cwd":"[PROJECT_PATH]","session_id":"[SESSION_ID]"}
{"datetime":"2025-07-22T04:48:24.520Z","tool":"Glob","inputs":{"pattern":"**/*.stories.*","path":"[PROJECT_PATH]/apps/web/src"},"reason":"Glob is a safe read-only operation","decision":"approve","cwd":"[PROJECT_PATH]","session_id":"[SESSION_ID]"}
{"datetime":"2025-07-22T04:48:27.997Z","tool":"Read","inputs":{"file_path":"[PROJECT_PATH]/apps/web/src/components/ui/Button.stories.tsx"},"reason":"Read is a safe read-only operation","decision":"approve","cwd":"[PROJECT_PATH]","session_id":"[SESSION_ID]"}
{"datetime":"2025-07-22T04:48:32.230Z","tool":"Read","inputs":{"file_path":"[PROJECT_PATH]/apps/web/src/lib/utils.ts"},"reason":"Read is a safe read-only operation","decision":"approve","cwd":"[PROJECT_PATH]","session_id":"[SESSION_ID]"}
{"datetime":"2025-07-22T04:48:45.568Z","tool":"TodoWrite","inputs":{"todos":[{"content":"Create mock data helpers for Timeline components - interfaces, sample allocations, resources, and projects","status":"pending","priority":"high","id":"1"},{"content":"Create TimelineDragContext stories with drag preview, overlay, and conflict detection examples","status":"pending","priority":"high","id":"2"},{"content":"Develop DraggableAllocation component stories showing different states (normal, dragging, hover, focused)","status":"pending","priority":"high","id":"3"},{"content":"Build DroppableResourceRow stories with empty timeline, existing allocations, and drop zone feedback","status":"pending","priority":"high","id":"4"},{"content":"Create TimelineFilters component stories with interactive controls and accessibility features","status":"pending","priority":"medium","id":"5"},{"content":"Implement integrated timeline stories with 50+ allocations for performance testing and @dnd-kit v6.3.1 compatibility validation","status":"pending","priority":"high","id":"6"},{"content":"Add accessibility documentation and keyboard navigation examples for drag-and-drop operations","status":"pending","priority":"medium","id":"7"},{"content":"Create comprehensive @dnd-kit integration test suite with React 19.1.0 compatibility verification","status":"pending","priority":"high","id":"8"}]},"reason":"TodoWrite is a safe read-only operation","decision":"approve","cwd":"[PROJECT_PATH]","session_id":"[SESSION_ID]"}
{"datetime":"2025-07-22T04:48:53.286Z","tool":"TodoWrite","inputs":{"todos":[{"content":"Create mock data helpers for Timeline components - interfaces, sample allocations, resources, and projects","status":"in_progress","priority":"high","id":"1"},{"content":"Create TimelineDragContext stories with drag preview, overlay, and conflict detection examples","status":"pending","priority":"high","id":"2"},{"content":"Develop DraggableAllocation component stories showing different states (normal, dragging, hover, focused)","status":"pending","priority":"high","id":"3"},{"content":"Build DroppableResourceRow stories with empty timeline, existing allocations, and drop zone feedback","status":"pending","priority":"high","id":"4"},{"content":"Create TimelineFilters component stories with interactive controls and accessibility features","status":"pending","priority":"medium","id":"5"},{"content":"Implement integrated timeline stories with 50+ allocations for performance testing and @dnd-kit v6.3.1 compatibility validation","status":"pending","priority":"high","id":"6"},{"content":"Add accessibility documentation and keyboard navigation examples for drag-and-drop operations","status":"pending","priority":"medium","id":"7"},{"content":"Create comprehensive @dnd-kit integration test suite with React 19.1.0 compatibility verification","status":"pending","priority":"high","id":"8"}]},"reason":"TodoWrite is a safe read-only operation","decision":"approve","cwd":"[PROJECT_PATH]","session_id":"[SESSION_ID]"}

in console (different session):

PreToolUse:Bash [ccb 
auto-approve-tools] failed with 
non-blocking status code 1: 
node:events:497
      throw er; // Unhandled 
'error' event
      ^

Error: spawn claude ENOENT
    at ChildProcess._handle.onexit 
(node:internal/child_process:286:19
)
    at onErrorNT (node:internal/chi
ld_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/chi
ld_process:484:16)
    at 
process.processTicksAndRejections 
(node:internal/process/task_queues:
82:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn claude',
  path: 'claude',
  spawnargs: [ '-p', 
'--output-format', 'json' ]
}

Node.js v20.17.0

PreToolUse:Bash [ccb 
auto-approve-tools] failed with 
non-blocking status code 1: 
node:events:497
      throw er; // Unhandled 
'error' event
      ^

Error: spawn claude ENOENT
    at ChildProcess._handle.onexit 
(node:internal/child_process:286:19
)
    at onErrorNT (node:internal/chi
ld_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/chi
ld_process:484:16)
    at 
process.processTicksAndRejections 
(node:internal/process/task_queues:
82:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn claude',
  path: 'claude',
  spawnargs: [ '-p', 
'--output-format', 'json' ]
}

Node.js v20.17.0

PreToolUse:Bash [ccb 
auto-approve-tools] failed with 
non-blocking status code 1: Error 
processing hook input: Error: 
EAGAIN: resource temporarily 
unavailable, read

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions