caller-path : Get the path of the caller function. You can installing caller-path 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-path $ sudo npm install -g caller-path
If want to update the caller-path package execute the command as below,
$ sudo npm update caller-path
Update package globally,
$ npm install -g caller-path
$ sudo git clone https://github.com/rektide/caller-path.git
$ sudo npm install -g ./caller-path
caller-path@2.0.0 /usr/lib/node_modules/caller-path
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall caller-path
Package Name | caller-path |
Version | 2.0.0 |
Description | Get the path of the caller function |
Released Date | 2016-08-28T01:03:04.687Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/caller-path/tutorial |