You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To get started locally, follow these instructions:
48
48
49
49
1. If you haven't done it already, [make a fork of this repo](https://github.com/angular/angular-cli/fork).
50
50
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/). The Angular CLI requires Node 8, but development requires Node 10.
51
+
1. Make sure that you have Node 10.9 or later installed. See instructions [here](https://nodejs.org/en/download/).
52
52
1. Make sure that you have `yarn` installed; see instructions [here](https://yarnpkg.com/lang/en/docs/install/).
53
53
1. Run `yarn` (no arguments) from the root of your clone of this project.
54
54
1. Run `yarn link` to add all custom scripts we use to your global install.
Copy file name to clipboardExpand all lines: scripts/templates/readme.ejs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ To get started locally, follow these instructions:
56
56
57
57
1. If you haven't done it already, [make a fork of this repo](https://github.com/angular/angular-cli/fork).
58
58
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/). The Angular CLI requires Node 8, but development requires Node 10.
59
+
1. Make sure that you have Node 10.9 or later installed. See instructions [here](https://nodejs.org/en/download/).
60
60
1. Make sure that you have `yarn` installed; see instructions [here](https://yarnpkg.com/lang/en/docs/install/).
61
61
1. Run `yarn` (no arguments) from the root of your clone of this project.
62
62
1. Run `yarn link` to add all custom scripts we use to your global install.
@@ -134,8 +134,8 @@ for (const pkgName of Object.keys(packages)) {
0 commit comments