line-reader : Asynchronous, buffered, line-by-line file/stream reader. You can installing line-reader 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 line-reader $ sudo npm install -g line-reader
If want to update the line-reader package execute the command as below,
$ sudo npm update line-reader
Update package globally,
$ npm install -g line-reader
$ sudo git clone https://github.com/rektide/line-reader.git
$ sudo npm install -g ./line-reader
line-reader@0.4.0 /usr/lib/node_modules/line-reader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall line-reader
Package Name | line-reader |
Version | 0.4.0 |
Description | Asynchronous, buffered, line-by-line file/stream reader |
Released Date | 2016-03-17T06:32:12.897Z |
Published by | nickewing |
How to Learn | https://www.npmjs.com/package/line-reader/tutorial |