/app/react/node_modules/flow-bin/flow-linux64-v0.33.0/flow: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory
Unfortunately because it was on STDERR, and the checkItWreckIt function is creating an error object using STDOUT, I was getting a webpack error of ERROR in (i.e. error in empty string).
Perhaps the code could be altered to pass both STDOUT and STDERR ?
My flow was failing to start with this error:
/app/react/node_modules/flow-bin/flow-linux64-v0.33.0/flow: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory
Unfortunately because it was on STDERR, and the
checkItWreckIt
function is creating an error object using STDOUT, I was getting a webpack error ofERROR in
(i.e. error in empty string).Perhaps the code could be altered to pass both STDOUT and STDERR ?