Unhandled EPIPE Error in Node.js Stream Processing

Resolved 💬 3 comments Opened Jul 18, 2025 by SiaFahim Closed Jul 18, 2025

Bug Description
the following error crashes the claude session

node:events:492
throw er; // Unhandled 'error' event
^

Error: write EPIPE
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16)
Emitted 'error' event on Socket instance at:
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -32,
code: 'EPIPE',
syscall: 'write'
}

Node.js v20.5.1

Environment Info

  • Platform: darwin
  • Terminal: cursor
  • Version: 1.0.55
  • Feedback ID: b9fa1c34-a484-41e8-a976-5bf0ca32e330

Errors

[]

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗