caller-id : A utility for getting information on the caller of a function in node.js. You can installing caller-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 caller-id $ sudo npm install -g caller-id
If want to update the caller-id package execute the command as below,
$ sudo npm update caller-id
Update package globally,
$ npm install -g caller-id
$ sudo git clone https://github.com/rektide/caller-id.git
$ sudo npm install -g ./caller-id
caller-id@0.1.0 /usr/lib/node_modules/caller-id
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall caller-id
Package Name | caller-id |
Version | 0.1.0 |
Description | A utility for getting information on the caller of a function in node.js |
Released Date | 2013-11-05T03:18:17.049Z |
Published by | pixelsandbytes |
How to Learn | https://www.npmjs.com/package/caller-id/tutorial |