I\'m trying to run CasperJS having PhantomJS#2.0.0 on a Mac(Yosemite). When trying to run CasperJS I´m ge
Modifying /usr/local/Cellar/casperjs/1.1-beta3/libexec/bin/bootstrap.js does not work for me. I tried but some other problems remain (Could not get casperPath and version correctly).
This issue is already fixed in master branch. Installing from git would solve this problem.
Try
> git clone git://github.com/n1k0/casperjs.git
> cd casperjs
> ln -sf `pwd`/bin/casperjs /usr/local/bin/casperjs
It fix my casperjs perfectly.