set-blocking : set blocking stdio and stderr ensuring that terminal output does not truncate. You can installing set-blocking 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 set-blocking $ sudo npm install -g set-blocking
If want to update the set-blocking package execute the command as below,
$ sudo npm update set-blocking
Update package globally,
$ npm install -g set-blocking
$ sudo git clone https://github.com/rektide/set-blocking.git
$ sudo npm install -g ./set-blocking
set-blocking@2.0.0 /usr/lib/node_modules/set-blocking
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall set-blocking
| Package Name | set-blocking |
| Version | 2.0.0 |
| Description | set blocking stdio and stderr ensuring that terminal output does not truncate |
| Released Date | 2016-05-17T22:59:27.619Z |
| Published by | bcoe |
| How to Learn | https://www.npmjs.com/package/set-blocking/tutorial |