How to Install nvd3 NPM Packages on Ubuntu / Debian

How to Install nvd3 software package in NPM Packages

nvd3 : A reusable charting library written in d3.js. You can installing nvd3 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 nvd3
$ sudo npm install -g nvd3

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

$ sudo npm update nvd3

Update package globally,

$ npm install -g nvd3

Git clone:

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

nvd3@1.8.6 /usr/lib/node_modules/nvd3

How to remove nvd3 package :

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

$ sudo npm uninstall nvd3

Basic Information of nvd3 NPM Package:

Package Name nvd3
Version 1.8.6
Description A reusable charting library written in d3.js
Released Date 2017-08-24T01:25:20.893Z
Published by liquidpele
How to Learn https://www.npmjs.com/package/nvd3/tutorial