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
$ sudo git clone https://github.com/rektide/duplex.git
$ sudo npm install -g ./duplex
duplex@1.0.0 /usr/lib/node_modules/duplex
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall duplex
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 |