gulp-mocha : Run Mocha tests. You can installing gulp-mocha 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-mocha $ sudo npm install -g gulp-mocha
If want to update the gulp-mocha package execute the command as below,
$ sudo npm update gulp-mocha
Update package globally,
$ npm install -g gulp-mocha
$ sudo git clone https://github.com/rektide/gulp-mocha.git
$ sudo npm install -g ./gulp-mocha
gulp-mocha@4.3.1 /usr/lib/node_modules/gulp-mocha
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-mocha
Package Name | gulp-mocha |
Version | 4.3.1 |
Description | Run Mocha tests |
Released Date | 2017-04-27T05:02:37.213Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/gulp-mocha/tutorial |