我已经安装了SpookyJS来在Node.js中执行CasperJs命令。我用这个命令安装了它:npm install spooky
,我正在使用Centos机器。
错误:
$ node node_modules/spooky/examples/hello.js
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)
提前致谢