Reputation: 2762
Trying to get casperjs installed on Mac OS X 10.9 and not having much luck.
Followed these steps:
git clone git://github.com/n1k0/casperjs.git
cd casperjs git checkout tags/1.0.0-RC2
sudo ln -sf /home/dev/casperjs/bin/casperjs /usr/local/bin/casperjs
Since the PATH already has /usr/local/bin the last command should allow it to work, no?
When I try to run casperjs from the terminal I get the following error:
-bash: casperjs: command not found
Any ideas?
Upvotes: 0
Views: 2448