Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Upgrade the ServiceNow SDK

Upgrade to the latest version of the ServiceNow SDK for use with instances beginning with the Washington DC release.

Before you begin

Your system must meet the following minimum requirements to use the latest version of the ServiceNow SDK:

  • Node.jsv20.18.0
  • npm v8.19.3

To install or upgrade Node.js or npm, see the installation instructions on the npm website.

Role required: admin

Procedure

  1. Complete the following steps depending on whether you're updating a global installation of the ServiceNow SDK or the version used by an application.
OptionSteps
Application package1. Open the `package.json` file for your application. 2. In the `devDependencies` object, update the versions of the `@servicenow/sdk` and `@servicenow/eslint-plugin-sdk-app-plugin` packages. For example: ```json "devDependencies": { "@servicenow/sdk": "", "@servicenow/glide": "26.0.1", "eslint": "8.50.0", "@servicenow/eslint-plugin-sdk-app-plugin": "" } ``` 3. Open a command-line tool on your system. 4. Change directories into the directory for your application using the `cd` command: ```cmd cd ``` 5. Enter the following command to verify the version of the ServiceNow SDK: ```cmd now-sdk -v ```
Global package1. Open a command-line tool on your system. 2. Change directories into the directory for your application using the `cd` command: ```cmd cd ``` 3. Enter the following command to upgrade to the latest version of the ServiceNow SDK: ```cmd npm update -g @servicenow/sdk ``` 4. Enter the following command to verify the version of the ServiceNow SDK: ```cmd now-sdk -v ```

What to do next

Install the ServiceNow Fluent Language server to get language processing and validation for ServiceNow Fluent in Visual Studio Code. For more information, see Install the ServiceNow Fluent Language server in Visual Studio Code.

Use the ServiceNow SDK to authenticate to a ServiceNow instance. For more information, see Authenticating to a ServiceNow instance with the ServiceNow SDK.

Parent Topic:Configuring the ServiceNow SDK

Related topics

Install the ServiceNow SDK in an application

Install the ServiceNow Fluent Language server in Visual Studio Code

sndocs is an independent community mirror and is not affiliated with or endorsed by ServiceNow.

ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered trademarks of ServiceNow, Inc., in the United States and/or other countries. Other company and product names may be trademarks of the respective companies with which they are associated.

© 2026 ServiceNow, Inc. All rights reserved.

Documentation content is redistributed under the Apache License 2.0 from the ServiceNowDocs repository.