I'm trying to use phantomjs on OSX and doesn't work using two approaches:
- Using the file downloaded from http://phantomjs.org/download.html on the Downloads folder and unzipping it...When running the app that needs phantomjs I get the error:
java.io.IOException: Cannot run program "phantomjs": error=2, No such file or directory
- I installed phantomjs and executed, based on this thread:
sudo ln -s /path/to/phantomjs /usr/local/bin/
but it is already installed:
ln: /usr/local/bin//phantomjs: File exists
How can I make this work?
Thank you very much!!!!