grunt-contrib-jasmine : Run jasmine specs headlessly through PhantomJS. You can installing grunt-contrib-jasmine 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 grunt-contrib-jasmine $ sudo npm install -g grunt-contrib-jasmine
If want to update the grunt-contrib-jasmine package execute the command as below,
$ sudo npm update grunt-contrib-jasmine
Update package globally,
$ npm install -g grunt-contrib-jasmine
$ sudo git clone https://github.com/rektide/grunt-contrib-jasmine.git
$ sudo npm install -g ./grunt-contrib-jasmine
grunt-contrib-jasmine@1.1.0 /usr/lib/node_modules/grunt-contrib-jasmine
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-contrib-jasmine
Package Name | grunt-contrib-jasmine |
Version | 1.1.0 |
Description | Run jasmine specs headlessly through PhantomJS |
Released Date | 2017-01-12T18:10:26.521Z |
Published by | vladikoff |
How to Learn | https://www.npmjs.com/package/grunt-contrib-jasmine/tutorial |