---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Upgrade the ServiceNow SDK

# Upgrade the ServiceNow SDK {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

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

## Antes de Iniciar

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

* Node.js v18.16.1 v20.18.0
* npm v8.19.3

{#upgrade-servicenow-sdk__ul_mgv_3f3_5bc}To install or upgrade Node.js or npm, see the [installation instructions](https://docs.npmjs.com/cli/v8/configuring-npm/install) on the npm website.

Role required: admin

## Por Que e Quando Desempenhar Esta Tarefa

If you previously installed the ServiceNow SDK on your system, you can upgrade to use the latest version. Upgrading the ServiceNow SDK doesn't update any applications you have previously created or converted with the ServiceNow SDK.

This procedure uses the ServiceNow SDK command-line interface (CLI). From a command-line tool, enter `now-sdk --help` to get information about the available commands and global options. To get additional information about a
command and its parameters, enter the command and `--help` or `-h`. For example, `now-sdk auth --help`. For more information about the CLI, see [ServiceNow SDK CLI](https://servicenow-prod.fluidtopics.net/PRE3GTgYc~ImvC7_7y2WzA#servicenow-sdk-cli-commands "Use the ServiceNow SDK command-line interface (CLI) to manage changes between a local application and the application on an instance.").

## Procedimento

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.

   | Option | Steps |
   | Application package | 1. 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: "devDependencies": { "@servicenow/sdk": "<version>", "@servicenow/glide": "26.0.1", "eslint": "8.50.0", "@servicenow/eslint-plugin-sdk-app-plugin": "<version>" } 3. Open a command-line tool on your system. 4. Change directories into the directory for your application using the `cd` command: cd <path/to/directory> 5. Enter the following command to verify the version of the ServiceNow SDK: now-sdk -v {#upgrade-servicenow-sdk__ol_zvk_cns_mgc} |
   | Global package | 1. Open a command-line tool on your system. 2. Change directories into the directory for your application using the `cd` command: cd <path/to/directory> 3. Enter the following command to upgrade to the latest version of the ServiceNow SDK: npm update -g @servicenow/sdk 4. Enter the following command to verify the version of the ServiceNow SDK: now-sdk -v {#upgrade-servicenow-sdk__ol_lsy_mns_mgc} |
   |-|-|

   {#upgrade-servicenow-sdk__choicetable_q2z_4ms_mgc}
2. Enter the following command to upgrade to the latest version of the ServiceNow SDK:  

       now-sdk upgrade --debug true

{#upgrade-servicenow-sdk__steps_bk1_xqx_jbc}

## O que Fazer Depois

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](https://servicenow-prod.fluidtopics.net/_Ej7icvQoH89ByP3yEkX9g "Get language processing and validation for ServiceNow Fluent in Visual Studio Code with the ServiceNow Fluent Language server.").

Add an application to your local system with the ServiceNow SDK. For more information, see [Adding applications with the ServiceNow SDK](https://servicenow-prod.fluidtopics.net/oY6_6ESXjujwGkOwEXUj_w "Add applications to your local system to get started with development in source code with the ServiceNow SDK.").Use the ServiceNow SDK to authenticate to a ServiceNow instance. For more information, see [Authenticating to a ServiceNow instance with the ServiceNow SDK](https://servicenow-prod.fluidtopics.net/vl5mxRyynLXvgW_3_PtxYQ "Authenticate to a ServiceNow instance and store user credentials for accessing the instance on your system with the ServiceNow SDK.").
**Tarefas relacionadas**   

* [Install the ServiceNow SDK in an application](https://servicenow-prod.fluidtopics.net/rPK7AYI56RlHePGrHbA~TQ "Install the ServiceNow software development kit (SDK) in a local application using Node Package Manager (npm).")
* [Install the ServiceNow Fluent Language server in Visual Studio Code](https://servicenow-prod.fluidtopics.net/_Ej7icvQoH89ByP3yEkX9g "Get language processing and validation for ServiceNow Fluent in Visual Studio Code with the ServiceNow Fluent Language server.")

