arrify : Convert a value to an array. You can installing arrify 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 arrify $ sudo npm install -g arrify
If want to update the arrify package execute the command as below,
$ sudo npm update arrify
Update package globally,
$ npm install -g arrify
$ sudo git clone https://github.com/rektide/arrify.git
$ sudo npm install -g ./arrify
arrify@1.0.1 /usr/lib/node_modules/arrify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall arrify
Package Name | arrify |
Version | 1.0.1 |
Description | Convert a value to an array |
Released Date | 2015-12-09T17:48:38.769Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/arrify/tutorial |