node-phantom : bridge between node.js and PhantomJS. You can installing node-phantom npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install node-phantom $ sudo npm install -g node-phantom
If want to update the node-phantom package execute the command as below,
$ sudo npm update node-phantom
Update package globally,
$ npm install -g node-phantom
$ sudo git clone https://github.com/rektide/node-phantom.git
$ sudo npm install -g ./node-phantom
node-phantom@0.2.5 /usr/lib/node_modules/node-phantom
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-phantom
| Package Name | node-phantom |
| Version | 0.2.5 |
| Description | bridge between node.js and PhantomJS |
| Released Date | 2013-10-18T19:25:22.841Z |
| Published by | alexscheelmeyer |
| How to Learn | https://www.npmjs.com/package/node-phantom/tutorial |