crossfilter : Fast multidimensional filtering for coordinated views.. You can installing crossfilter 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 crossfilter $ sudo npm install -g crossfilter
If want to update the crossfilter package execute the command as below,
$ sudo npm update crossfilter
Update package globally,
$ npm install -g crossfilter
$ sudo git clone https://github.com/rektide/crossfilter.git
$ sudo npm install -g ./crossfilter
crossfilter@1.3.12 /usr/lib/node_modules/crossfilter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall crossfilter
Package Name | crossfilter |
Version | 1.3.12 |
Description | Fast multidimensional filtering for coordinated views. |
Released Date | 2015-08-12T08:34:28.202Z |
Published by | jasondavies |
How to Learn | https://www.npmjs.com/package/crossfilter/tutorial |