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