From 31bfc45a4f73b0e866bc4f0af187064311c2db94 Mon Sep 17 00:00:00 2001 From: MDAhsanFaraz <140523803+MDAhsanFaraz@users.noreply.github.com> Date: Wed, 4 Oct 2023 02:16:13 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 24c3bec91..51d7f573c 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,17 @@ Read this [wiki page](https://github.com/RocketChat/EmbeddedChat/wiki/Roots-of-E To run the embeddedchat, you will need a *Rocket.Chat* server running (development or production). To setup Rocket.Chat dev environment follow this guide. [https://github.com/RocketChat/Rocket.Chat#%EF%B8%8F-local-development](https://github.com/RocketChat/Rocket.Chat#%EF%B8%8F-local-development) +#### Prerequisites + +Ensure you have Node.js version 16.19.0 installed. We recommend using [Node Version Manager (NVM)](https://github.com/nvm-sh/nvm) to manage your Node.js versions. + +To use the correct Node.js version for this project, run the following command: + +```bash +nvm install +nvm use +``` + We use yarn workspaces. Install yarn if not already installed. #### Install dependencies