path-match : wrapper around path-to-regexp for easy route parameters. You can installing path-match 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 path-match $ sudo npm install -g path-match
If want to update the path-match package execute the command as below,
$ sudo npm update path-match
Update package globally,
$ npm install -g path-match
$ sudo git clone https://github.com/rektide/path-match.git
$ sudo npm install -g ./path-match
path-match@1.2.4 /usr/lib/node_modules/path-match
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall path-match
| Package Name | path-match |
| Version | 1.2.4 |
| Description | wrapper around path-to-regexp for easy route parameters |
| Released Date | 2016-02-27T21:59:55.087Z |
| Published by | jongleberry |
| How to Learn | https://www.npmjs.com/package/path-match/tutorial |