read-chunk : Read a chunk from a file. You can installing read-chunk 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 read-chunk $ sudo npm install -g read-chunk
If want to update the read-chunk package execute the command as below,
$ sudo npm update read-chunk
Update package globally,
$ npm install -g read-chunk
$ sudo git clone https://github.com/rektide/read-chunk.git
$ sudo npm install -g ./read-chunk
read-chunk@2.1.0 /usr/lib/node_modules/read-chunk
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall read-chunk
| Package Name | read-chunk |
| Version | 2.1.0 |
| Description | Read a chunk from a file |
| Released Date | 2017-07-30T16:53:43.441Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/read-chunk/tutorial |