webpack-stream : Run webpack as a stream. You can installing webpack-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 webpack-stream $ sudo npm install -g webpack-stream
If want to update the webpack-stream package execute the command as below,
$ sudo npm update webpack-stream
Update package globally,
$ npm install -g webpack-stream
$ sudo git clone https://github.com/rektide/webpack-stream.git
$ sudo npm install -g ./webpack-stream
webpack-stream@4.0.0 /usr/lib/node_modules/webpack-stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webpack-stream
| Package Name | webpack-stream |
| Version | 4.0.0 |
| Description | Run webpack as a stream |
| Released Date | 2017-08-07T16:17:41.052Z |
| Published by | shama |
| How to Learn | https://www.npmjs.com/package/webpack-stream/tutorial |