From d21b6969935e96bdb91f8bb90f43362244d094d5 Mon Sep 17 00:00:00 2001 From: Pradeep Palakurthi Date: Fri, 7 Jun 2024 18:19:44 -0400 Subject: [PATCH] Update statemanagement-quickstart.md Removed "Install the dependencies for the `order-processor` app" from JavaScript Step 1 as we are doing this in Step 2. Signed-off-by: Pradeep Palakurthi --- .../quickstarts/statemanagement-quickstart.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md index bfa8427da8c..43273d8db41 100644 --- a/daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md @@ -169,14 +169,6 @@ Clone the [sample provided in the Quickstarts repo](https://github.com/dapr/quic git clone https://github.com/dapr/quickstarts.git ``` -Install the dependencies for the `order-processor` app: - -```bash -cd ./order-processor -npm install -cd .. -``` - ### Step 2: Manipulate service state In a terminal window, navigate to the `order-processor` directory.