console-stream : A writable stream that writes to the console. You can installing console-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 console-stream $ sudo npm install -g console-stream
If want to update the console-stream package execute the command as below,
$ sudo npm update console-stream
Update package globally,
$ npm install -g console-stream
$ sudo git clone https://github.com/rektide/console-stream.git
$ sudo npm install -g ./console-stream
console-stream@0.1.1 /usr/lib/node_modules/console-stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall console-stream
Package Name | console-stream |
Version | 0.1.1 |
Description | A writable stream that writes to the console |
Released Date | 2013-01-29T22:54:16.966Z |
Published by | raynos |
How to Learn | https://www.npmjs.com/package/console-stream/tutorial |