Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I downloaded the "phantomjs-1.7.0-windows.zip " for Windows from here.

I even set up the path of the extracted folder in the environment variables. But I am getting the "parse error" when I try to enter any command like phantomjs --version in the phantomjs.exe command prompt. (My Windows is 64 bit.)

Why is it throwing the error?

share|improve this question

closed as off topic by casperOne Oct 17 '12 at 15:15

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 1 down vote accepted

Type phantomjs --version in the Windows command-prompt.

If you launch PhantomJS by executing phantomjs.exe, you are now inside PhantomJS interactive mode (REPL). In this prompt, you should type JavaScript code.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.