fuse.js : Lightweight fuzzy-search. You can installing fuse.js 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 fuse.js $ sudo npm install -g fuse.js
If want to update the fuse.js package execute the command as below,
$ sudo npm update fuse.js
Update package globally,
$ npm install -g fuse.js
$ sudo git clone https://github.com/rektide/fuse.js.git
$ sudo npm install -g ./fuse.js
fuse.js@3.2.0 /usr/lib/node_modules/fuse.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fuse.js
Package Name | fuse.js |
Version | 3.2.0 |
Description | Lightweight fuzzy-search |
Released Date | 2017-10-09T16:12:24.749Z |
Published by | krisk |
How to Learn | https://www.npmjs.com/package/fuse.js/tutorial |