ttys : Guaranteed read and write streams to the terminal. You can installing ttys 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 ttys $ sudo npm install -g ttys
If want to update the ttys package execute the command as below,
$ sudo npm update ttys
Update package globally,
$ npm install -g ttys
$ sudo git clone https://github.com/rektide/ttys.git
$ sudo npm install -g ./ttys
ttys@0.0.3 /usr/lib/node_modules/ttys
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ttys
| Package Name | ttys |
| Version | 0.0.3 |
| Description | Guaranteed read and write streams to the terminal |
| Released Date | 2012-06-19T21:30:03.343Z |
| Published by | tootallnate |
| How to Learn | https://www.npmjs.com/package/ttys/tutorial |