Phantomjs Download For Mac

Phantomjs Download For Mac 3,9/5 9219 reviews

Install PhantomJS on Mac OS 10.11 El Capitan I can't install phantomJs in my macbook after upgrading to 10.11 (El Capitan). Whenever I try to install it using homebrew it gives me this error: $ brew install phantomjs phantomjs: OS X Yosemite or older is required. Error: An unsatisfied requireme.

About the App

  • App name: phantomjs
  • App description: Headless WebKit scriptable with a JavaScript API
  • App website: http://www.phantomjs.org/

Install the App

  1. Press Command+Space and type Terminal and press enter/return key.
  2. Run in Terminal app:
    ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null
    and press enter/return key.
    If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.
  3. Run:
    brew install phantomjs

Done! You can now use phantomjs.

Similar Software for Mac

PhantomJS Install.md

commented Sep 19, 2016

Oracle 10g for mac os x install. Hey man,

that's great, but .zip file was moved to https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/phantomjs/phantomjs-1.8.2-macosx.zip

Cheers

commented May 5, 2017

Thanks for the tip! Unfortunately, that doesn't seem to be complete. Now, when I try phantomjs -v it gives me a Segmentation fault: 11 error. And when I try to run my specs, it says 'The detector # failed to detect theversion of the executable at '/Users/petercormack/root/phantomjs-1.8.2-macosx/bin/phantomjs'

commented Sep 7, 2017

@Onikoroshi Did you find a fix for your issue? I am having the same one.

commented May 6, 2018

If you have suggested version already installed then you can switch between versions. https://docs.brew.sh/Tips-N'-Tricks

commented Sep 5, 2018
edited

FYI the download link no longer exists. The oldest version available for download is now here: https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.6-macosx.zip

commented Sep 5, 2018

Did anyone ever solve the Segmentation fault error?

commented Jul 23, 2019

I'm facing this error too. Any solution?

commented Jul 23, 2019
edited

@millisami I think the best solution is to evaluate alternatives. PhantomJS is a dead project. NightmareJS is awesome. http://www.nightmarejs.org/

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment