Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 391 Bytes

File metadata and controls

20 lines (15 loc) · 391 Bytes

Installation

Node v6.x and later

Latest version of phantom does require Node v6.x and later. You can install with

$ npm install phantom --save

Node v5.x

To use version 3.x you need to have at least Node v5+. You can install it using

$ npm install phantom@3 --save

Versions older than 5.x, install with

$ npm install phantom@2 --save