node:buffer:646
slice: (buf, start, end) => buf.utf8Slice(start, end),
^
Error: Cannot create a string longer than 0x1fffffe8 characters
at Object.slice (node:buffer:646:37)
at Buffer.toString (node:buffer:874:14)
at ChildProcess. (file:///usr/local/lib/node_modules/@iflow-ai/iflow-cli/bundle/iflow.js:1312:2263)
at ChildProcess.emit (node:events:508:28)
at maybeClose (node:internal/child_process:1101:16)
at Socket. (node:internal/child_process:457:11)
at Socket.emit (node:events:508:28)
at Pipe. (node:net:346:12) {
code: ‘ERR_STRING_TOO_LONG’
}
Node.js v24.11.0