Skip to content
jejacks0n edited this page Feb 16, 2014 · 10 revisions

Teaspoon will use PhantomJS by default. Most of the time this should just work.

If PhantomJS is found on your system it will be used, otherwise you will need to install the phantomjs.rb gem.

Troubleshooting

Windows

You will need to download phantomjs for windows

Unzip the contents of the downloaded package into your profile directory. (C:\Users<your account name>.phantomjs\1.9.2\win32)

You will also require cURL to be installed, this is bundled as part of Git for windows, so ensure your Git installation directory is in your %PATH% (C:\Program Files (x86)\Git\bin\curl.exe).

Older Package Versions

The package manager on some Linux (and OSX) systems installs an old version of phantomjs. If a phantomjs problem is encountered, try installing the latest version directly from phantomjs.org.