Last active
August 29, 2015 14:08
-
-
Save jalquisola/5d1e965e018e00db047d to your computer and use it in GitHub Desktop.
Install phantomjs in Yosemite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A. Install Using homebrew | |
brew install phantomjs | |
If you encounter error this error, phantomjs: OS X Mavericks or older is required for stable, | |
you can download phantomjs binary. | |
B. Install using binary | |
1. Download phantomjs binary, http://phantomjs.org/download.html | |
2. extract the file | |
3. sudo cp path_of_download_folder/phantomjs-1.9.7-macosx/bin/phantomjs /usr/local/bin/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lifesaver