docs: remove named node version (#35014)

PR Close #35014
This commit is contained in:
Stephen Fluin 2020-01-29 11:28:34 -08:00 committed by Andrew Kushnir
parent b8ffcf973c
commit a892054448
1 changed files with 1 additions and 1 deletions

View File

@ -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.