gadicc / meteor-famous-views

Famous, the Meteor Way (with Reactive Blaze Templates/Views)
http://famous-views.meteor.com/
GNU Lesser General Public License v3.0
332 stars 27 forks source link

PhantomJS TypeError: 'undefined' is not a function (evaluating 'Engine.setOptions({appMode: false})') #225

Open jordangarside opened 9 years ago

jordangarside commented 9 years ago

I get this error when trying to use famous-views with Spiderable (1.9.8):

TypeError: 'undefined' is not a function (evaluating 'Engine.setOptions({appMode: false})') http://localhost:4000/packages/gadicohen_famous-views.js

Demonstrated here. Source

gadicc commented 9 years ago

hey @jordangarside, sorry for the late reply. always a visual pleasure seeing your latest work :>

i can see that error on your site but couldn't reproduce locally. it's a bit surprising. here's my investigation until now:

i'd suggest trying the latest phantomjs and/or mjn:famous to try narrow this down.