0

I am running a project when I am trying to run command

casperjs flipkart.js   

then it is giving an error CasperJS needs at least PhantomJS v1.9 or later.

phantomjs --version 1.8.2

casperjs --version 1.1.0

How I can upgrade the phantomjs ?

I am using ubuntu 14.04

Artjom B.
  • 59,901
  • 24
  • 121
  • 211
Shubham Batra
  • 2,297
  • 4
  • 27
  • 45

1 Answers1

1

run sudo npm install phantomjs -g it will install latest version of phantomjs globally in you system.

Here is a description of package: https://www.npmjs.com/package/phantomjs

sergiy.dragunov
  • 772
  • 6
  • 9