newrelic : New Relic agent. You can installing newrelic 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 newrelic $ sudo npm install -g newrelic
If want to update the newrelic package execute the command as below,
$ sudo npm update newrelic
Update package globally,
$ npm install -g newrelic
$ sudo git clone https://github.com/rektide/newrelic.git
$ sudo npm install -g ./newrelic
newrelic@2.4.0 /usr/lib/node_modules/newrelic
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall newrelic
| Package Name | newrelic |
| Version | 2.4.0 |
| Description | New Relic agent |
| Released Date | 2017-11-15T18:34:57.224Z |
| Published by | n.wolfe |
| How to Learn | https://www.npmjs.com/package/newrelic/tutorial |