From f88e63519a3289f84e8c122ebbdd8c916b2ef018 Mon Sep 17 00:00:00 2001 From: Tony Bove Date: Fri, 20 Mar 2020 05:58:26 -1000 Subject: [PATCH] docs: edit to setup-local (#36168) PR Close #36168 --- aio/content/guide/setup-local.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/aio/content/guide/setup-local.md b/aio/content/guide/setup-local.md index 1287bd8f29..1f7e9281c6 100644 --- a/aio/content/guide/setup-local.md +++ b/aio/content/guide/setup-local.md @@ -18,11 +18,19 @@ If you are new to Angular, see [Getting Started](start). Getting Started helps y {@a prerequisites} ## Prerequisites -Before you begin, make sure your development environment includes `Node.js®` and an npm package manager. +To use the Angular framework, you should be familiar with the following: + +* [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript) +* [HTML](https://developer.mozilla.org/docs/Learn/HTML/Introduction_to_HTML) +* [CSS](https://developer.mozilla.org/docs/Learn/CSS/First_steps) + +Knowledge of [TypeScript](https://www.typescriptlang.org/) is helpful, but not required. {@a nodejs} ### Node.js +Make sure your development environment includes `Node.js®` and an npm package manager. + 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.