node-office
node-office copied to clipboard
A "spawn ENOENT" error
my code is
var office=require('office'),fs=require('fs');
console.log(fs.statSync('./test.doc'));// no error
office.parse('test.doc',function(err,data){});
follows is error text:
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)
the file "test.doc" is -rwxr-xr-x
thanks~
I'm having the exact same issue running node v0.10.24.
Me too, on Windows 7 x64
Me too on OSX 10.7.5!
Me too. Looks like t doesn't fixed?!
I guess unoconv installation is a mandatory requirement in fact fails when child_process call unoconv.
It seems that unoconv is not suitable for Windows - Is that true?
Don't know that yet. But I'll try to install this module for 2 day. Not luck yet. But in my other notebook Mac - All starts work nice. P.S. Thanks man for this module.
Any update on this one? At Windows 7 64bit, got:
events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:988:11) at Process._handle.onexit (child_process.js:779:34)
I dev this module for linux only... This module does not support Windows. it will happen in the future... maybe.
Thanks man. You save my time.
I'm getting the same issue in OS X.