How to Install newrelic NPM Packages on Ubuntu / Debian

How to Install newrelic software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/newrelic.git
$ sudo  npm install -g ./newrelic

newrelic@2.4.0 /usr/lib/node_modules/newrelic

How to remove newrelic package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall newrelic

Basic Information of newrelic NPM Package:

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