prom-client : Client for prometheus. You can installing prom-client 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 prom-client $ sudo npm install -g prom-client
If want to update the prom-client package execute the command as below,
$ sudo npm update prom-client
Update package globally,
$ npm install -g prom-client
$ sudo git clone https://github.com/rektide/prom-client.git
$ sudo npm install -g ./prom-client
prom-client@10.2.2 /usr/lib/node_modules/prom-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall prom-client
| Package Name | prom-client |
| Version | 10.2.2 |
| Description | Client for prometheus |
| Released Date | 2017-11-02T09:34:22.944Z |
| Published by | simenb |
| How to Learn | https://www.npmjs.com/package/prom-client/tutorial |