How to Install nyc NPM Packages on Ubuntu / Debian

How to Install nyc software package in NPM Packages

nyc : the Istanbul command line interface. You can installing nyc 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 nyc
$ sudo npm install -g nyc

If want to update the nyc package execute the command as below,

$ sudo npm update nyc

Update package globally,

$ npm install -g nyc

Git clone:

$ sudo  git clone https://github.com/rektide/nyc.git
$ sudo  npm install -g ./nyc

nyc@11.3.0 /usr/lib/node_modules/nyc

How to remove nyc package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall nyc

Basic Information of nyc NPM Package:

Package Name nyc
Version 11.3.0
Description the Istanbul command line interface
Released Date 2017-10-23T05:50:22.111Z
Published by bcoe
How to Learn https://www.npmjs.com/package/nyc/tutorial