stdin : Because stdin with node is annoying. You can installing stdin 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 stdin $ sudo npm install -g stdin
If want to update the stdin package execute the command as below,
$ sudo npm update stdin
Update package globally,
$ npm install -g stdin
$ sudo git clone https://github.com/rektide/stdin.git
$ sudo npm install -g ./stdin
stdin@0.0.1 /usr/lib/node_modules/stdin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall stdin
| Package Name | stdin |
| Version | 0.0.1 |
| Description | Because stdin with node is annoying |
| Released Date | 2012-10-28T20:24:29.715Z |
| Published by | tjholowaychuk |
| How to Learn | https://www.npmjs.com/package/stdin/tutorial |