I’d like to use the execSync method which was added in NodeJS 0.12 but still have the output in the console window from which i ran the Node script....
When I get the following error: events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:1000:11) at Process.ChildProcess._handle.onexit (child_process.js:791:34) What procedure can I follow to...