Help Docs

Upgrade the Node.js Agent

To upgrade the APM Insight Node.js agent, follow these instructions:

  1. Stop the Node.js application.
  2. Access the node package manager (NPM).
  3. Navigate to the application root directory of the application for which you want to upgrade the agent.
  4. First, you need to uninstall the old version of the agent by entering the below command:
    npm uninstall apminsight
  5. Now, from the same directory, run the following command to install the new version of the agent.
    npm i apminsight@<version>
    Note

    The version is the three-digit version number of the new version that you are installing; for example, for version 4.1.1,
    Syntax:
    npm i apminsight@4.1.1

  6. Restart the Node.js application.
Note

You can verify the version of the agent after upgrading by checking the package.json file.

Was this document helpful?

Would you like to help us improve our documents? Tell us what you think we could do better.


We're sorry to hear that you're not satisfied with the document. We'd love to learn what we could do to improve the experience.


Thanks for taking the time to share your feedback. We'll use your feedback to improve our online help resources.

Shortlink has been copied!