From a892054448294d48705af90f30f3972df1ee506c Mon Sep 17 00:00:00 2001 From: Stephen Fluin Date: Wed, 29 Jan 2020 11:28:34 -0800 Subject: [PATCH] docs: remove named node version (#35014) PR Close #35014 --- aio/content/guide/setup-local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/setup-local.md b/aio/content/guide/setup-local.md index c84fed3c7d..af111e71c1 100644 --- a/aio/content/guide/setup-local.md +++ b/aio/content/guide/setup-local.md @@ -23,7 +23,7 @@ Before you begin, make sure your development environment includes `Node.jsĀ®` an {@a nodejs} ### Node.js -Angular requires `Node.js` version 10.9.0 or later. +Angular requires a [current, active LTS, or maintenance LTS](https://nodejs.org/about/releases/) version of `Node.js`. See the `engines` key for the specific version requirements in our [package.json](https://unpkg.com/@angular/cli/package.json). * To check your version, run `node -v` in a terminal/console window.