v8-profiler : node bindings for the v8 profiler. You can installing v8-profiler 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 v8-profiler $ sudo npm install -g v8-profiler
If want to update the v8-profiler package execute the command as below,
$ sudo npm update v8-profiler
Update package globally,
$ npm install -g v8-profiler
$ sudo git clone https://github.com/rektide/v8-profiler.git
$ sudo npm install -g ./v8-profiler
v8-profiler@5.7.0 /usr/lib/node_modules/v8-profiler
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall v8-profiler
| Package Name | v8-profiler |
| Version | 5.7.0 |
| Description | node bindings for the v8 profiler |
| Released Date | 2017-03-23T11:29:06.859Z |
| Published by | bajtos |
| How to Learn | https://www.npmjs.com/package/v8-profiler/tutorial |