I run this:
var unoconv = require('unoconv');
unoconv.convert('document.docx', 'pdf', function (err, result) {
});
And I have such error:
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
I have no idea what to do =(
I run this:
And I have such error:
I have no idea what to do =(