fast-levenshtein : Efficient implementation of Levenshtein algorithm with locale-specific collator support.. You can installing fast-levenshtein 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 fast-levenshtein $ sudo npm install -g fast-levenshtein
If want to update the fast-levenshtein package execute the command as below,
$ sudo npm update fast-levenshtein
Update package globally,
$ npm install -g fast-levenshtein
$ sudo git clone https://github.com/rektide/fast-levenshtein.git
$ sudo npm install -g ./fast-levenshtein
fast-levenshtein@2.0.6 /usr/lib/node_modules/fast-levenshtein
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fast-levenshtein
Package Name | fast-levenshtein |
Version | 2.0.6 |
Description | Efficient implementation of Levenshtein algorithm with locale-specific collator support. |
Released Date | 2016-12-27T21:15:07.820Z |
Published by | hiddentao |
How to Learn | https://www.npmjs.com/package/fast-levenshtein/tutorial |