browserify-istanbul : A browserify transform for the istanbul code coverage tool. You can installing browserify-istanbul 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 browserify-istanbul $ sudo npm install -g browserify-istanbul
If want to update the browserify-istanbul package execute the command as below,
$ sudo npm update browserify-istanbul
Update package globally,
$ npm install -g browserify-istanbul
$ sudo git clone https://github.com/rektide/browserify-istanbul.git
$ sudo npm install -g ./browserify-istanbul
browserify-istanbul@3.0.1 /usr/lib/node_modules/browserify-istanbul
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall browserify-istanbul
Package Name | browserify-istanbul |
Version | 3.0.1 |
Description | A browserify transform for the istanbul code coverage tool |
Released Date | 2017-10-16T16:57:09.137Z |
Published by | alexindigo |
How to Learn | https://www.npmjs.com/package/browserify-istanbul/tutorial |