through2 : A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise. You can installing through2 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 through2 $ sudo npm install -g through2
If want to update the through2 package execute the command as below,
$ sudo npm update through2
Update package globally,
$ npm install -g through2
$ sudo git clone https://github.com/rektide/through2.git
$ sudo npm install -g ./through2
through2@2.0.3 /usr/lib/node_modules/through2
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall through2
| Package Name | through2 |
| Version | 2.0.3 |
| Description | A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise |
| Released Date | 2016-11-28T22:52:09.981Z |
| Published by | rvagg |
| How to Learn | https://www.npmjs.com/package/through2/tutorial |