From e9782948de421d01a9a4ae37df07bae3b78290ba Mon Sep 17 00:00:00 2001 From: Venu Vardhan Reddy Tekula Date: Sun, 25 Apr 2021 00:00:21 +0530 Subject: [PATCH] Update README.md with the nvm, yarn setup steps This commit adds the installation steps of yarn and npm in the README.md file before the setup. Signed-off-by: Venu Vardhan Reddy Tekula --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0468375f890e..452fd831b22d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ Or * After extracting, run ```bin/opensearch``` inside of the extracted build artifact dir To run Dashboards with OpenSearch +* [Yarn](https://classic.yarnpkg.com/en/docs/install) is required for building and running the OpenSearch Dashboards +* Install [nvm](https://github.com/nvm-sh/nvm/blob/master/README.md) to use the Node 10.23.1 version as it is required * Run ```yarn osd bootstrap``` in the OpenSearch Dashboards directory * While OpenSearch is running locally, run ```yarn start``` * You can now navigate to ```http://localhost:5603``` where Dashboards runs by default