We're getting a few RangeError, looks like it's limited to one or a few installations at the moment (rollup)
RangeError: Invalid string length
at Socket.onChildStdout (child_process.js:279:13)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at readableAddChunk (_stream_readable.js:176:18)
at Socket.Readable.push (_stream_readable.js:134:10)
at Pipe.onread (net.js:551:20)
This issue seems to indicate it could be due to not being able to allocate enough memory but it's a very old issue so I don't know how much to read into it. Regardless it'd be real nice if we could get a sense of what command we were executing when this occurred.
We're getting a few RangeError, looks like it's limited to one or a few installations at the moment (rollup)
This issue seems to indicate it could be due to not being able to allocate enough memory but it's a very old issue so I don't know how much to read into it. Regardless it'd be real nice if we could get a sense of what command we were executing when this occurred.