karma-coverage-istanbul-report : A karma reporter that uses the latest istanbul 1.x APIs (with full sourcemap support) to report coverage.. You can installing karma-coverage-istanbul-report 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 karma-coverage-istanbul-report $ sudo npm install -g karma-coverage-istanbul-report
If want to update the karma-coverage-istanbul-report package execute the command as below,
$ sudo npm update karma-coverage-istanbul-report
Update package globally,
$ npm install -g karma-coverage-istanbul-report
$ sudo git clone https://github.com/rektide/karma-coverage-istanbul-report.git
$ sudo npm install -g ./karma-coverage-istanbul-report
karma-coverage-istanbul-report@1.3.0 /usr/lib/node_modules/karma-coverage-istanbul-report
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall karma-coverage-istanbul-report
Package Name | karma-coverage-istanbul-report |
Version | 1.3.0 |
Description | A karma reporter that uses the latest istanbul 1.x APIs (with full sourcemap support) to report coverage. |
Released Date | 2017-05-26T13:44:06.182Z |
Published by | mattlewis92 |
How to Learn | https://www.npmjs.com/package/karma-coverage-istanbul-report/tutorial |