From cba45d6f6c451b2fb1bf5dc808c2533099b5ad8a Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 31 Mar 2021 15:23:01 +0200 Subject: [PATCH] chore: fixing the docs based on @eXpire163 PR Signed-off-by: blam --- docs/getting-started/create-an-app.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started/create-an-app.md b/docs/getting-started/create-an-app.md index 837a27e592..fefb20b095 100644 --- a/docs/getting-started/create-an-app.md +++ b/docs/getting-started/create-an-app.md @@ -106,6 +106,12 @@ The install process may also fail if no Python installation is available. Python is commonly available in most systems already, but if it isn't you can head for example [here](https://www.python.org/downloads/) to install it. +#### Could not execute command yarn install + +Install yarn on your system with `npm install --global yarn` or for more details +refer to the +[prerequisites](https://backstage.io/docs/getting-started/running-backstage-locally#prerequisites) + ## Run the app When the installation is complete you can open the app folder and start the app.