From eecf08e3f7cce128a24d6caaaa1389690d796fb8 Mon Sep 17 00:00:00 2001 From: David Tuite Date: Thu, 5 Nov 2020 23:32:13 +0000 Subject: [PATCH] Update Node LTS in Getting Started docs (#3254) I've tested and the v14 [Fermium LTS](https://nodejs.org/en/about/releases/) works fine. --- docs/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index eb199f4bc8..7fc80b625c 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -24,7 +24,7 @@ Requests towards this repo. Backstage provides the `@backstage/create-app` package to scaffold standalone instances of Backstage. You will need to have [Node.js](https://nodejs.org/en/download/) Active LTS Release installed -(currently v12), [Yarn](https://classic.yarnpkg.com/en/docs/install) and +(currently v14), [Yarn](https://classic.yarnpkg.com/en/docs/install) and [Python](https://www.python.org/downloads/) (although you likely have it already). You will also need to have [Docker](https://docs.docker.com/engine/install/) installed to use some features