How to update phantomjs 1.9.8 to phantomjs 2.1.1 on ubuntu?

Andrzej Moroz picture Andrzej Moroz · Apr 25, 2016 · Viewed 13.3k times · Source

I cant reinstall phantomjs 1.9.8 to 2.1.1 version on my ubuntu 16.04 Please help. 1.9.8 give me an errors when I write a spin functions, in documentation see that this ploblem I can solve with reinstalation.

Answer

dmdip picture dmdip · Apr 25, 2016

I just installed phantomjs 2.1.1 in ubuntu 16.04 with the following steps, which I found after a bit of googling :

sudo apt-get install nodejs
sudo apt-get install nodejs-legacy
sudo apt-get install npm
sudo npm -g install phantomjs-prebuilt