How to Install node-statsd NPM Packages on Ubuntu / Debian

How to Install node-statsd software package in NPM Packages

node-statsd : node client for Etsyd StatsD server. You can installing node-statsd 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 node-statsd
$ sudo npm install -g node-statsd

If want to update the node-statsd package execute the command as below,

$ sudo npm update node-statsd

Update package globally,

$ npm install -g node-statsd

Git clone:

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

node-statsd@0.1.1 /usr/lib/node_modules/node-statsd

How to remove node-statsd package :

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

$ sudo npm uninstall node-statsd

Basic Information of node-statsd NPM Package:

Package Name node-statsd
Version 0.1.1
Description node client for Etsyd StatsD server
Released Date 2014-12-15T18:56:21.818Z
Published by devdazed
How to Learn https://www.npmjs.com/package/node-statsd/tutorial