uri-template : Parse and expand URI templates as defined by http://tools.ietf.org/html/rfc6570. You can installing uri-template 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 uri-template $ sudo npm install -g uri-template
If want to update the uri-template package execute the command as below,
$ sudo npm update uri-template
Update package globally,
$ npm install -g uri-template
$ sudo git clone https://github.com/rektide/uri-template.git
$ sudo npm install -g ./uri-template
uri-template@1.0.1 /usr/lib/node_modules/uri-template
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall uri-template
| Package Name | uri-template |
| Version | 1.0.1 |
| Description | Parse and expand URI templates as defined by http://tools.ietf.org/html/rfc6570 |
| Released Date | 2016-06-18T21:33:43.334Z |
| Published by | grncdr |
| How to Learn | https://www.npmjs.com/package/uri-template/tutorial |