---
title: Step 2. Install the dependencies
description: Prepare
component: sdks
version: latest
page_id: sdks:davinci:tutorials/javascript/02_configuring-forgerocksdk-core-project-js
canonical_url: https://docs.pingidentity.com/sdks/latest/davinci/tutorials/javascript/02_configuring-forgerocksdk-core-project-js.html
revdate: Wed, 17 May 2023 14:10:20 +0100
keywords: ["DaVinci", "Flows", "Tutorial", "Source Code", "Integration", "SDK", "JavaScript"]
---

# Step 2. Install the dependencies

* [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 Ping (ForgeRock) 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.
