typeahead.js : fast and fully-featured autocomplete library. You can installing typeahead.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 typeahead.js $ sudo npm install -g typeahead.js
If want to update the typeahead.js package execute the command as below,
$ sudo npm update typeahead.js
Update package globally,
$ npm install -g typeahead.js
$ sudo git clone https://github.com/rektide/typeahead.js.git
$ sudo npm install -g ./typeahead.js
typeahead.js@0.11.1 /usr/lib/node_modules/typeahead.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall typeahead.js
| Package Name | typeahead.js |
| Version | 0.11.1 |
| Description | fast and fully-featured autocomplete library |
| Released Date | 2015-04-27T04:03:42.255Z |
| Published by | jharding |
| How to Learn | https://www.npmjs.com/package/typeahead.js/tutorial |