babel-plugin-istanbul : A babel plugin that adds istanbul instrumentation to ES6 code. You can installing babel-plugin-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 babel-plugin-istanbul $ sudo npm install -g babel-plugin-istanbul
If want to update the babel-plugin-istanbul package execute the command as below,
$ sudo npm update babel-plugin-istanbul
Update package globally,
$ npm install -g babel-plugin-istanbul
$ sudo git clone https://github.com/rektide/babel-plugin-istanbul.git
$ sudo npm install -g ./babel-plugin-istanbul
babel-plugin-istanbul@4.1.5 /usr/lib/node_modules/babel-plugin-istanbul
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-istanbul
Package Name | babel-plugin-istanbul |
Version | 4.1.5 |
Description | A babel plugin that adds istanbul instrumentation to ES6 code |
Released Date | 2017-09-16T16:06:54.510Z |
Published by | bcoe |
How to Learn | https://www.npmjs.com/package/babel-plugin-istanbul/tutorial |