How to Install dirty NPM Packages on Ubuntu / Debian

How to Install dirty software package in NPM Packages

dirty : A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records.. You can installing dirty 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 dirty
$ sudo npm install -g dirty

If want to update the dirty package execute the command as below,

$ sudo npm update dirty

Update package globally,

$ npm install -g dirty

Git clone:

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

dirty@1.1.0 /usr/lib/node_modules/dirty

How to remove dirty package :

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

$ sudo npm uninstall dirty

Basic Information of dirty NPM Package:

Package Name dirty
Version 1.1.0
Description A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records.
Released Date 2016-07-29T13:23:50.600Z
Published by havvy
How to Learn https://www.npmjs.com/package/dirty/tutorial