array-shuffle : Randomize the order of items in an array. You can installing array-shuffle 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 array-shuffle $ sudo npm install -g array-shuffle
If want to update the array-shuffle package execute the command as below,
$ sudo npm update array-shuffle
Update package globally,
$ npm install -g array-shuffle
$ sudo git clone https://github.com/rektide/array-shuffle.git
$ sudo npm install -g ./array-shuffle
array-shuffle@1.0.1 /usr/lib/node_modules/array-shuffle
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall array-shuffle
Package Name | array-shuffle |
Version | 1.0.1 |
Description | Randomize the order of items in an array |
Released Date | 2016-06-16T12:13:24.183Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/array-shuffle/tutorial |