node.js
、phantom.js
、casper.js
およびのスタック全体が初めてですspooky.js
。すべてを (Windows に) インストールし、PATH を更新して、次の例に従いました。
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
とspooky.js
、それは私に問題を引き起こしました。