我对整堆, 和node.js
都是phantom.js
新手。我已经安装了所有东西(在 Windows 中),更新了 PATH 并遵循了这个例子:casper.js
spooky.js
https://github.com/WaterfallEngineering/SpookyJS
我收到了这个错误:
C:\node_modules\spooky>node examples/hello.js
events.js:68
throw arguments[1]; // Unhandled 'error' event
^
Error: Child terminated with non-zero exit code 127
at Spooky._spawnChild.Spooky._instances.(anonymous function) (C:\node_module
s\spooky\lib\spooky.js:82:17)
at ChildProcess.EventEmitter.emit (events.js:96:17)
at Process._handle.onexit (child_process.js:678:10)
任何人都知道为什么以及如何解决它?我跑得casperjs googlelinks.js
很好。但是有了node.js
and spooky.js
,它给我带来了麻烦。