stack-trace : Get v8 stack traces as an array of CallSite objects.. You can installing stack-trace 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 stack-trace $ sudo npm install -g stack-trace
If want to update the stack-trace package execute the command as below,
$ sudo npm update stack-trace
Update package globally,
$ npm install -g stack-trace
$ sudo git clone https://github.com/rektide/stack-trace.git
$ sudo npm install -g ./stack-trace
stack-trace@0.0.10 /usr/lib/node_modules/stack-trace
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall stack-trace
| Package Name | stack-trace |
| Version | 0.0.10 |
| Description | Get v8 stack traces as an array of CallSite objects. |
| Released Date | 2017-05-16T07:07:13.840Z |
| Published by | felixge |
| How to Learn | https://www.npmjs.com/package/stack-trace/tutorial |