facebookarchive / DEPRECATED-node-wit

Node wrapper for Wit.ai
Other
122 stars 26 forks source link

Error when running "wit_record.js" test #10

Closed penco193 closed 8 years ago

penco193 commented 8 years ago

Hi!, when I try to run "wit_record.js" from ./test directory using captureSpeechIntentFromMic, i obtain the following error:

Recording...

events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:1011:11) at Process.ChildProcess._handle.onexit (child_process.js:802:34)

could anyone help me to find where the problem could be? thanks!