dagre : Graph layout for JavaScript. You can installing dagre 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 dagre $ sudo npm install -g dagre
If want to update the dagre package execute the command as below,
$ sudo npm update dagre
Update package globally,
$ npm install -g dagre
$ sudo git clone https://github.com/rektide/dagre.git
$ sudo npm install -g ./dagre
dagre@0.7.4 /usr/lib/node_modules/dagre
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dagre
Package Name | dagre |
Version | 0.7.4 |
Description | Graph layout for JavaScript |
Released Date | 2015-07-30T01:52:01.558Z |
Published by | cpettitt |
How to Learn | https://www.npmjs.com/package/dagre/tutorial |