chfritz / meteor-spiderable-cached

5 stars 0 forks source link

phantomjs not visible #1

Open pociej opened 9 years ago

pociej commented 9 years ago

dont have idea what is the problem buti cant use this version of spiderable becuase i see :

spiderable: phantomjs not installed. Download and install from http://phantomjs.org/ in console , which is simply not true, and with standard version of spiderable everything works well.

chfritz commented 9 years ago

that's odd. I didn't change the invocation of phantomjs. Is it in your path?

samhatoum commented 9 years ago

I'm getting this also

spiderable package works, and I have phantomjs installed.

Perhaps meteor now stores the phantom binary elsewhere?

chfritz commented 9 years ago

is phantomjs in your path?

samhatoum commented 9 years ago

yep. It's under

/usr/local/bin/phantomjs

and

PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

samhatoum commented 9 years ago

do you know if this package should work on meteor.com?

chfritz commented 9 years ago

I haven't tried. But it worked for me in development and in a production bundle.

samhatoum commented 9 years ago

odd. I'll try to debug it and let you know