is-stream : Check if something is a Node.js stream. You can installing is-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 is-stream $ sudo npm install -g is-stream
If want to update the is-stream package execute the command as below,
$ sudo npm update is-stream
Update package globally,
$ npm install -g is-stream
$ sudo git clone https://github.com/rektide/is-stream.git
$ sudo npm install -g ./is-stream
is-stream@1.1.0 /usr/lib/node_modules/is-stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-stream
Package Name | is-stream |
Version | 1.1.0 |
Description | Check if something is a Node.js stream |
Released Date | 2016-04-12T07:41:55.666Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/is-stream/tutorial |