graphite : A node.js client for graphite.. You can installing graphite 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 graphite $ sudo npm install -g graphite
If want to update the graphite package execute the command as below,
$ sudo npm update graphite
Update package globally,
$ npm install -g graphite
$ sudo git clone https://github.com/rektide/graphite.git
$ sudo npm install -g ./graphite
graphite@0.0.7 /usr/lib/node_modules/graphite
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall graphite
Package Name | graphite |
Version | 0.0.7 |
Description | A node.js client for graphite. |
Released Date | 2016-09-12T11:12:54.463Z |
Published by | felixge |
How to Learn | https://www.npmjs.com/package/graphite/tutorial |