---
title: Step 2. Install the Ping (ForgeRock) SDK
description: Prepare
component: sdks
version: latest
page_id: sdks:oidc:tutorials/javascript/pingfed/02_configuring-forgerocksdk-core-project-js
canonical_url: https://docs.pingidentity.com/sdks/latest/oidc/tutorials/javascript/pingfed/02_configuring-forgerocksdk-core-project-js.html
revdate: Wed, 16 Oct 2024 14:10:20 +0100
keywords: ["OAuth 2.0", "OpenID Connect", "Tutorial", "Source Code", "Integration", "SDK", "JavaScript"]
section_ids:
  more_information: More information
---

# Step 2. Install the Ping (ForgeRock) SDK

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

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

* **Install**

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

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

***

In the following procedure, you install 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.

## More information

* [API reference: `Ping (ForgeRock) SDK for JavaScript`](https://developer.pingidentity.com/reference/sdks/javascript/api-reference-core-4-9/index.html)

* [Cloning a repository | GitHub Help](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)

* [Get npm | npm](https://www.npmjs.com/get-npm)
