array-equal : check if two arrays are equal. You can installing array-equal 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-equal $ sudo npm install -g array-equal
If want to update the array-equal package execute the command as below,
$ sudo npm update array-equal
Update package globally,
$ npm install -g array-equal
$ sudo git clone https://github.com/rektide/array-equal.git
$ sudo npm install -g ./array-equal
array-equal@1.0.0 /usr/lib/node_modules/array-equal
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall array-equal
Package Name | array-equal |
Version | 1.0.0 |
Description | check if two arrays are equal |
Released Date | 2014-04-29T09:17:37.982Z |
Published by | jongleberry |
How to Learn | https://www.npmjs.com/package/array-equal/tutorial |