我正在使用meteor-up来设置phantomJS和其他一切。它似乎一切正常,并且phantomJS似乎安装在服务器上,因为我可以运行运行phantomjs控制台的phantomjs
。
然而,我遇到了phantomjs实际上获得我的页面标题/描述的问题。
这是我运行的时候遇到的错误:
example.com/?_escaped_fragment_=
TypeError: 'undefined' is not a function (evaluating 'n[i].bind(this)')
http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:135
http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:135
http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:135
http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:135
http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:135 in h
http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:517
http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:517
TypeError: 'undefined' is not an object (evaluating 'Package["service-configuration"].ServiceConfiguration')
http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:101
http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:3
http://example.com/1fbd069174c2da0b715cdaf4e4551e5d00800cbc.js:3
我不确定为什么我的服务配置包未定义。我从来没有引用那个包。如果有人可以帮我解决这个问题,那就太好了。