我已经安装了 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)
提前致谢