Quote:
Originally Posted by OntintheGod
i downloaded everything, run node main.js and i get the following error:
events.js:160
throw er; // Unhandled 'error' event
^
Error: spawn mfcd ENOENT
at exports._errnoException (util.js:1012:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:182:32)
at onErrorNT (internal/child_process.js:348:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
any idea how to solve it ?
|
that error in this case means the mfcd file is not in the same folder or you're using the wrong version for your operating system i.e linux version will not work on windows and vice versa.
source: i came across this exact issue before and downloading correct mfcd file fixed it