graphviz : Node.js interface to the GraphViz graphing tool. You can installing graphviz 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 graphviz $ sudo npm install -g graphviz
If want to update the graphviz package execute the command as below,
$ sudo npm update graphviz
Update package globally,
$ npm install -g graphviz
$ sudo git clone https://github.com/rektide/graphviz.git
$ sudo npm install -g ./graphviz
graphviz@0.0.8 /usr/lib/node_modules/graphviz
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall graphviz
Package Name | graphviz |
Version | 0.0.8 |
Description | Node.js interface to the GraphViz graphing tool |
Released Date | 2012-08-04T16:21:06.106Z |
Published by | greg |
How to Learn | https://www.npmjs.com/package/graphviz/tutorial |