From 413ba0cea518f6e91fe34983fbb0753cea9846e8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 1 Jun 2022 12:50:20 +0430 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83375e1..51e2fe2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 2. Edit `/src/config.json` accordingly. -3. Head to the main folder using terminal and run: `(cd api && npm install) && npm install` for the dependancies. +3. Head to the main folder using terminal and run: `(cd api && npm install --legacy-peer-deps) && npm install --legacy-peer-deps` for the dependancies. 4. Run `(cd api && npm run dev) & npm start` to start the application.