slimerjs : A scriptable browser like PhantomJS, based on Firefox. You can installing slimerjs 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 slimerjs $ sudo npm install -g slimerjs
If want to update the slimerjs package execute the command as below,
$ sudo npm update slimerjs
Update package globally,
$ npm install -g slimerjs
$ sudo git clone https://github.com/rektide/slimerjs.git
$ sudo npm install -g ./slimerjs
slimerjs@0.10.3 /usr/lib/node_modules/slimerjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall slimerjs
| Package Name | slimerjs |
| Version | 0.10.3 |
| Description | A scriptable browser like PhantomJS, based on Firefox |
| Released Date | 2017-03-09T16:24:10.281Z |
| Published by | laurentj |
| How to Learn | https://www.npmjs.com/package/slimerjs/tutorial |