lunr : Simple full-text search in your browser.. You can installing lunr 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 lunr $ sudo npm install -g lunr
If want to update the lunr package execute the command as below,
$ sudo npm update lunr
Update package globally,
$ npm install -g lunr
$ sudo git clone https://github.com/rektide/lunr.git
$ sudo npm install -g ./lunr
lunr@2.1.4 /usr/lib/node_modules/lunr
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall lunr
Package Name | lunr |
Version | 2.1.4 |
Description | Simple full-text search in your browser. |
Released Date | 2017-10-14T16:18:15.687Z |
Published by | olivernn |
How to Learn | https://www.npmjs.com/package/lunr/tutorial |