arr-flatten : Recursively flatten an array or arrays.. You can installing arr-flatten 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 arr-flatten $ sudo npm install -g arr-flatten
If want to update the arr-flatten package execute the command as below,
$ sudo npm update arr-flatten
Update package globally,
$ npm install -g arr-flatten
$ sudo git clone https://github.com/rektide/arr-flatten.git
$ sudo npm install -g ./arr-flatten
arr-flatten@1.1.0 /usr/lib/node_modules/arr-flatten
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall arr-flatten
Package Name | arr-flatten |
Version | 1.1.0 |
Description | Recursively flatten an array or arrays. |
Released Date | 2017-07-05T18:50:31.592Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/arr-flatten/tutorial |