Step 2. Install the dependencies
In the following procedure, you install the required modules and dependencies, including the Ping SDK for JavaScript.
-
In a terminal window, navigate to the
sdk-sample-apps/javascriptfolder. -
To install the required packages, enter the following:
npm installThe
npmtool downloads the required packages, and places them inside anode_modulesfolder.