我想安装 spookyjs 并发现它不可能这样做。我尝试了三种不同的方法:
运行spookyjs github中提供的标准 spookyjs package.json 。然后我尝试运行hello.js,我收到了这个错误。
C:\Users\User1\Desktop\test2>node hello.js events.js:183 throw er; // Unhandled 'error' event ^ Error: spawn casperjs ENOENT at _errnoException (util.js:1022:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19) at onErrorNT (internal/child_process.js:372:16) at _combinedTickCallback (internal/process/next_tick.js:138:11) at process._tickCallback (internal/process/next_tick.js:180:9) at Function.Module.runMain (module.js:695:11) at startup (bootstrap_node.js:188:16) at bootstrap_node.js:609:3
全局安装了 phantomjs 和 casperjs 并
package.json
安装了 spooky 和 tiny-jsonrpc。我收到相同的错误消息。安装了这些依赖项
package.json
"dependencies": { "spooky": "^0.2.5", "tiny-jsonrpc": "^2.0.1", "phantom": "^4.0.12", "casperjs": "^1.1.4"
我犯了同样的错误。