Open
Description
This is happening on this method call:
await dockerCompose.pullAll( dockerComposeConfig );
The full error looks like this:
⠧ Downloading sources.Container 3599aeb67a0e501419c5faae3c737c23-mysql-1 Started
✖ Cannot create a string longer than 0x1fffffe8 characters
Error: Cannot create a string longer than 0x1fffffe8 characters
at Object.slice (node:buffer:621:37)
at Buffer.toString (node:buffer:812:14)
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:63:23) {
code: 'ERR_STRING_TOO_LONG'
}
Can't help with the actual source because this is coming from a 3rd party library that I'm using. Right here:
https://github.com/WordPress/gutenberg/blob/trunk/packages/env/lib/commands/start.js#L115
Help would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels