How to Install duplex NPM Packages on Ubuntu / Debian

How to Install duplex software package in NPM Packages

duplex : base class for a duplex stream. You can installing duplex 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 duplex
$ sudo npm install -g duplex

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

$ sudo npm update duplex

Update package globally,

$ npm install -g duplex

Git clone:

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

duplex@1.0.0 /usr/lib/node_modules/duplex

How to remove duplex package :

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

$ sudo npm uninstall duplex

Basic Information of duplex NPM Package:

Package Name duplex
Version 1.0.0
Description base class for a duplex stream
Released Date 2012-11-13T05:43:43.926Z
Published by dominictarr
How to Learn https://www.npmjs.com/package/duplex/tutorial