mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fixed mismatch between supported node versions (#63218)
node versions listed here https://angular.dev/reference/versions and minimal listed in installation.md are different PR Close #63218
This commit is contained in:
parent
9b539a18ba
commit
c4faee4722
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ If you're starting a new project, you'll most likely want to create a local proj
|
|||
|
||||
### Prerequisites
|
||||
|
||||
- **Node.js** - [v20.11.1 or newer](/reference/versions)
|
||||
- **Node.js** - [v20.19.0 or newer](/reference/versions)
|
||||
- **Text editor** - We recommend [Visual Studio Code](https://code.visualstudio.com/)
|
||||
- **Terminal** - Required for running Angular CLI commands
|
||||
- **Development Tool** - To improve your development workflow, we recommend the [Angular Language Service](/tools/language-service)
|
||||
|
|
|
|||
Loading…
Reference in a new issue