end-of-stream : Call a callback when a readable/writable/duplex stream has completed or failed.. You can installing end-of-stream 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 end-of-stream $ sudo npm install -g end-of-stream
If want to update the end-of-stream package execute the command as below,
$ sudo npm update end-of-stream
Update package globally,
$ npm install -g end-of-stream
$ sudo git clone https://github.com/rektide/end-of-stream.git
$ sudo npm install -g ./end-of-stream
end-of-stream@1.4.0 /usr/lib/node_modules/end-of-stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall end-of-stream
Package Name | end-of-stream |
Version | 1.4.0 |
Description | Call a callback when a readable/writable/duplex stream has completed or failed. |
Released Date | 2017-03-14T10:40:44.044Z |
Published by | mafintosh |
How to Learn | https://www.npmjs.com/package/end-of-stream/tutorial |