Aaron
Aaron

Reputation: 2762

Cannot get casperjs to run in Mac OS

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

Answers (1)

EpokK
EpokK

Reputation: 38092

Or you can use brew like this :

brew install casperjs

Homebrew

Upvotes: 4

Related Questions