stream-counter : keeps track of how many bytes have been written to a stream. You can installing stream-counter 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 stream-counter $ sudo npm install -g stream-counter
If want to update the stream-counter package execute the command as below,
$ sudo npm update stream-counter
Update package globally,
$ npm install -g stream-counter
$ sudo git clone https://github.com/rektide/stream-counter.git
$ sudo npm install -g ./stream-counter
stream-counter@1.0.0 /usr/lib/node_modules/stream-counter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall stream-counter
| Package Name | stream-counter |
| Version | 1.0.0 |
| Description | keeps track of how many bytes have been written to a stream |
| Released Date | 2014-05-08T23:31:15.716Z |
| Published by | superjoe |
| How to Learn | https://www.npmjs.com/package/stream-counter/tutorial |