gulp-jasmine : Run Jasmine tests. You can installing gulp-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 gulp-jasmine $ sudo npm install -g gulp-jasmine
If want to update the gulp-jasmine package execute the command as below,
$ sudo npm update gulp-jasmine
Update package globally,
$ npm install -g gulp-jasmine
$ sudo git clone https://github.com/rektide/gulp-jasmine.git
$ sudo npm install -g ./gulp-jasmine
gulp-jasmine@2.4.2 /usr/lib/node_modules/gulp-jasmine
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-jasmine
Package Name | gulp-jasmine |
Version | 2.4.2 |
Description | Run Jasmine tests |
Released Date | 2016-10-03T14:35:39.046Z |
Published by | jbblanchet |
How to Learn | https://www.npmjs.com/package/gulp-jasmine/tutorial |