webpack-shell-plugin icon indicating copy to clipboard operation
webpack-shell-plugin copied to clipboard

stdout error

Open wayofthefuture opened this issue 7 years ago • 2 comments

On Windows with most recent package version, I am getting a buffer stdout error:

[SERVICES] Error: stdout maxBuffer exceeded
[SERVICES]     at Socket.onChildStdout (child_process.js:328:14)
[SERVICES]     at emitOne (events.js:121:20)
[SERVICES]     at Socket.emit (events.js:211:7)
[SERVICES]     at addChunk (_stream_readable.js:263:12)
[SERVICES]     at readableAddChunk (_stream_readable.js:246:13)
[SERVICES]     at Socket.Readable.push (_stream_readable.js:208:10)
[SERVICES]     at Pipe.onread (net.js:597:20)

Any ideas?

wayofthefuture avatar May 29 '18 07:05 wayofthefuture

Commit added as per fix: https://github.com/SaschaGalley/grunt-phpunit/issues/29

wayofthefuture avatar Jun 05 '18 20:06 wayofthefuture

I have same issue:

RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded
    at Socket.onChildStdout (child_process.js:354:14)
    at Socket.emit (events.js:203:15)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:265:13)
    at Socket.Readable.push (_stream_readable.js:224:10)
    at Pipe.onStreamRead (internal/stream_base_commons.js:94:17)

What did you do?

rubangarmon avatar Sep 04 '20 19:09 rubangarmon