cross-var icon indicating copy to clipboard operation
cross-var copied to clipboard

Throws stderr maxBuffer exceeded error for some commands

Open karan-kang opened this issue 7 years ago • 0 comments

Version

npm: 3.10.10
cross-var: 1.0.3
OS: Win 10

Steps

  • Create a npm command which will output lot of logs file, like a highly verbose webpack build
  • Use cross-var to run this command
  • The following error will be thrown, and no output will be generated while the command is being executed.
exec error: Error: stderr maxBuffer exceeded

Expected cross-var should pipe the output to console to prevent buffer from exceeding.

karan-kang avatar Aug 11 '17 18:08 karan-kang