Skip to content

Commit 02a2c70

Browse files
ahasallalexeagle
authored andcommitted
docs: remove mention of the Angular CLI depending on Node 8
1 parent aaec6f9 commit 02a2c70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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/). 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/).
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: 3 additions & 3 deletions
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/). 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/).
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.
@@ -134,8 +134,8 @@ for (const pkgName of Object.keys(packages)) {
134134
%> | [![latest](https://img.shields.io/npm/v/<%= encode(pkgName) %>/latest.svg)](https://npmjs.com/package/<%= pkgName %>)<%
135135
%> | <% for (const link of mrPkg.links || []) {
136136
%>[![<%= link.label %>](https://img.shields.io/badge/<%= link.label %>--<%= link.color || 'green' %>.svg)](<%= link.url %>)<%
137-
}
138-
if (mrPkg.snapshotRepo) {
137+
}
138+
if (mrPkg.snapshotRepo) {
139139
%> [![snapshot](https://img.shields.io/badge/snapshot--blue.svg)](https://github.com/<%= mrPkg.snapshotRepo %>)<%
140140
} %>
141141
<% } %>

0 commit comments

Comments
 (0)