chunk : Chunk converts arrays like `[1,2,3,4,5]` into arrays of arrays like `[[1,2], [3,4], [5]]`.. You can installing 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 chunk $ sudo npm install -g chunk
If want to update the chunk package execute the command as below,
$ sudo npm update chunk
Update package globally,
$ npm install -g chunk
$ sudo git clone https://github.com/rektide/chunk.git
$ sudo npm install -g ./chunk
chunk@0.0.2 /usr/lib/node_modules/chunk
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall chunk
Package Name | chunk |
Version | 0.0.2 |
Description | Chunk converts arrays like `[1,2,3,4,5]` into arrays of arrays like `[[1,2], [3,4], [5]]`. |
Released Date | 2014-10-06T04:44:17.112Z |
Published by | ryancole |
How to Learn | https://www.npmjs.com/package/chunk/tutorial |