Latest version of phantom does require Node v6.x and later. You can install with
$ npm install phantom --save
To use version 3.x you need to have at least Node v5+. You can install it using
$ npm install phantom@3 --save
$ npm install phantom@2 --save