Skip to content

Commit 086690a

Browse files
ahasallvikerman
authored andcommitted
docs: state in the README that minimum Node.js version is 10.13
1 parent 8118ab5 commit 086690a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To get started locally, follow these instructions:
4848

4949
1. If you haven't done it already, [make a fork of this repo](https://github.com/angular/angular-cli/fork).
5050
1. Clone to your local computer using `git`.
51-
1. Make sure that you have Node 10.9 or later installed. See instructions [here](https://nodejs.org/en/download/).
51+
1. Make sure that you have Node 10.13 or later installed. See instructions [here](https://nodejs.org/en/download/).
5252
1. Make sure that you have `yarn` installed; see instructions [here](https://yarnpkg.com/lang/en/docs/install/).
5353
1. Run `yarn` (no arguments) from the root of your clone of this project.
5454
1. Run `yarn link` to add all custom scripts we use to your global install.

scripts/templates/readme.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To get started locally, follow these instructions:
5656

5757
1. If you haven't done it already, [make a fork of this repo](https://github.com/angular/angular-cli/fork).
5858
1. Clone to your local computer using `git`.
59-
1. Make sure that you have Node 10.9 or later installed. See instructions [here](https://nodejs.org/en/download/).
59+
1. Make sure that you have Node 10.13 or later installed. See instructions [here](https://nodejs.org/en/download/).
6060
1. Make sure that you have `yarn` installed; see instructions [here](https://yarnpkg.com/lang/en/docs/install/).
6161
1. Run `yarn` (no arguments) from the root of your clone of this project.
6262
1. Run `yarn link` to add all custom scripts we use to your global install.

0 commit comments

Comments
 (0)