vinyl-source-stream : Use conventional text streams at the start of your gulp or vinyl pipelines. You can installing vinyl-source-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 vinyl-source-stream $ sudo npm install -g vinyl-source-stream
If want to update the vinyl-source-stream package execute the command as below,
$ sudo npm update vinyl-source-stream
Update package globally,
$ npm install -g vinyl-source-stream
$ sudo git clone https://github.com/rektide/vinyl-source-stream.git
$ sudo npm install -g ./vinyl-source-stream
vinyl-source-stream@1.1.0 /usr/lib/node_modules/vinyl-source-stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall vinyl-source-stream
| Package Name | vinyl-source-stream |
| Version | 1.1.0 |
| Description | Use conventional text streams at the start of your gulp or vinyl pipelines |
| Released Date | 2015-03-06T06:41:43.495Z |
| Published by | hughsk |
| How to Learn | https://www.npmjs.com/package/vinyl-source-stream/tutorial |