istanbul-lib-instrument : Core istanbul API for JS code coverage. You can installing istanbul-lib-instrument 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 istanbul-lib-instrument $ sudo npm install -g istanbul-lib-instrument
If want to update the istanbul-lib-instrument package execute the command as below,
$ sudo npm update istanbul-lib-instrument
Update package globally,
$ npm install -g istanbul-lib-instrument
$ sudo git clone https://github.com/rektide/istanbul-lib-instrument.git
$ sudo npm install -g ./istanbul-lib-instrument
istanbul-lib-instrument@1.9.1 /usr/lib/node_modules/istanbul-lib-instrument
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall istanbul-lib-instrument
Package Name | istanbul-lib-instrument |
Version | 1.9.1 |
Description | Core istanbul API for JS code coverage |
Released Date | 2017-10-22T15:53:48.892Z |
Published by | bcoe |
How to Learn | https://www.npmjs.com/package/istanbul-lib-instrument/tutorial |