---
title: Step 2. Install the dependencies
description: Explains how to install the necessary dependencies for the DaVinci JavaScript sample app using the `npm install` command.
component: orchsdks
page_id: orchsdks:davinci:try-it-out/javascript/02_configuring-forgerocksdk-core-project-js
canonical_url: https://developer.pingidentity.com/orchsdks/davinci/try-it-out/javascript/02_configuring-forgerocksdk-core-project-js.html
revdate: Fri, 17 Oct 2025 14:50:55 +0100
keywords: ["DaVinci", "JavaScript", "Install", "Dependencies", "npm", "Tutorial"]
---

# Step 2. Install the dependencies

[icon: circle-check, set=far]PingOne [icon: js, set=fab]JavaScript

* [Prepare](00_before-you-begin.html)

* [Download](01_downloading-forgerocksdk.html)

* **Install**

* [Configure](03_configuring-sample-forgerocksdk-js.html)

* [Run](04_running-sample-forgerocksdk-js.html)

In the following procedure, you install the required modules and dependencies, including the Orchestration SDK for JavaScript.

1. In a terminal window, navigate to the `sdk-sample-apps/javascript` folder.

2. To install the required packages, enter the following:

   ```shell
   npm install
   ```

   The `npm` tool downloads the required packages, and places them inside a `node_modules` folder.
