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.
  • 61,146
  • 24
  • 125
  • 222
Shubham Batra
  • 2,357
  • 5
  • 29
  • 48

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
  • 780
  • 6
  • 9