HAASLEWER
Results
2
comments of
HAASLEWER
The issue is with childProcess.spawn. Using node 0.10.36 should fix your issue. If you can't use an older version try using childProcess.exec(bin, function (err, stdout, stderr) { });
aeastes is correct. I created a new version of this library a few days ago that uses the new version of childProcess.spawn. You can check it out here: https://github.com/HAASLEWER/unoconv2 and...