duplexify : Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input. You can installing duplexify 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 duplexify $ sudo npm install -g duplexify
If want to update the duplexify package execute the command as below,
$ sudo npm update duplexify
Update package globally,
$ npm install -g duplexify
$ sudo git clone https://github.com/rektide/duplexify.git
$ sudo npm install -g ./duplexify
duplexify@3.5.1 /usr/lib/node_modules/duplexify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall duplexify
Package Name | duplexify |
Version | 3.5.1 |
Description | Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input |
Released Date | 2017-08-01T20:44:06.446Z |
Published by | mafintosh |
How to Learn | https://www.npmjs.com/package/duplexify/tutorial |