stream : Node.js streams in the browser. You can installing 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 stream $ sudo npm install -g stream
If want to update the stream package execute the command as below,
$ sudo npm update stream
Update package globally,
$ npm install -g stream
$ sudo git clone https://github.com/rektide/stream.git
$ sudo npm install -g ./stream
stream@0.0.2 /usr/lib/node_modules/stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall stream
| Package Name | stream |
| Version | 0.0.2 |
| Description | Node.js streams in the browser |
| Released Date | 2014-12-03T10:52:57.804Z |
| Published by | juliangruber |
| How to Learn | https://www.npmjs.com/package/stream/tutorial |