From 90250a7a7708d0eeef38682bbf9942419c3f6ad2 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Sat, 6 Apr 2024 19:17:44 -0500 Subject: [PATCH] Updated create a component Signed-off-by: Andre Wanlin --- docs/getting-started/create-a-component.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started/create-a-component.md b/docs/getting-started/create-a-component.md index d1718a2739..29ba99db83 100644 --- a/docs/getting-started/create-a-component.md +++ b/docs/getting-started/create-a-component.md @@ -20,6 +20,8 @@ If you're running Backstage with Node 20 or later, you'll need to pass the flag You should already have [a standalone app](./index.md). +You will also need to register the [GitHub Scaffolder Action module](../features/software-templates/builtin-actions.md#installing-action-modules) before moving forward. + ## Creating your component - Go to `create` and choose to create a website with the `Example Node.js Template`