express-request-id : Generate UUID for request and add it to headers. You can installing express-request-id 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 express-request-id $ sudo npm install -g express-request-id
If want to update the express-request-id package execute the command as below,
$ sudo npm update express-request-id
Update package globally,
$ npm install -g express-request-id
$ sudo git clone https://github.com/rektide/express-request-id.git
$ sudo npm install -g ./express-request-id
express-request-id@1.4.0 /usr/lib/node_modules/express-request-id
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall express-request-id
Package Name | express-request-id |
Version | 1.4.0 |
Description | Generate UUID for request and add it to headers |
Released Date | 2017-03-14T15:10:51.466Z |
Published by | floatdrop |
How to Learn | https://www.npmjs.com/package/express-request-id/tutorial |