d3-shape : Graphical primitives for visualization, such as lines and areas.. You can installing d3-shape 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 d3-shape $ sudo npm install -g d3-shape
If want to update the d3-shape package execute the command as below,
$ sudo npm update d3-shape
Update package globally,
$ npm install -g d3-shape
$ sudo git clone https://github.com/rektide/d3-shape.git
$ sudo npm install -g ./d3-shape
d3-shape@1.2.0 /usr/lib/node_modules/d3-shape
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall d3-shape
Package Name | d3-shape |
Version | 1.2.0 |
Description | Graphical primitives for visualization, such as lines and areas. |
Released Date | 2017-05-16T15:05:39.454Z |
Published by | mbostock |
How to Learn | https://www.npmjs.com/package/d3-shape/tutorial |