Closed rochejul closed 6 years ago
Increase the maxBuffer when we use the spawn and exec childProcess's methods with a parameter like:
npmversion --max-buffer=99999999999999 ...
Or with a system variable Or from the .rc file
Set a default value to 20Mo
Similar to https://github.com/lerna/lerna/blob/417e67deb7282ea368a4211ed2a728467143675a/README.md#--max-buffer-in-bytes
https://github.com/lerna/lerna/blob/a98c029e6ec89c13e39e31878e7dd98de3cd3a5e/src/Command.js#L144
Increase the maxBuffer when we use the spawn and exec childProcess's methods with a parameter like:
npmversion --max-buffer=99999999999999 ...
Or with a system variable Or from the .rc file