我正在尝试使用SPOOKY在nodejs上运行casper scrapper。当我在localhost上运行时,scrapper工作正常但在我在AWS弹性beanstalk服务器上部署项目时会出现以下错误。
white-sapce: nowrap
我已尝试设置<div class="content">Some text you want to display.</div>
.content {
width: 100px;
overflow: scroll;
white-space:nowrap;
}
并尝试全局安装Casper但无法执行此操作。我还向孩子添加了Error: spawn casperjs ENOENT
at exports._errnoException (util.js:1018:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:367:16)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
[nodemon] app crashed - waiting for file changes before starting...
,但这也没有成功。
我一直在搜索这个超过一个星期但是没有成功。
请在这个问题上帮助我。