mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
docs: remove mention of the Angular CLI depending on Node 8
This commit is contained in:
parent
e509255dc5
commit
a89a5b59a4
@ -48,7 +48,7 @@ To get started locally, follow these instructions:
|
|||||||
|
|
||||||
1. If you haven't done it already, [make a fork of this repo](https://github.com/angular/angular-cli/fork).
|
1. If you haven't done it already, [make a fork of this repo](https://github.com/angular/angular-cli/fork).
|
||||||
1. Clone to your local computer using `git`.
|
1. Clone to your local computer using `git`.
|
||||||
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.
|
1. Make sure that you have Node 10.9 or later installed. See instructions [here](https://nodejs.org/en/download/).
|
||||||
1. Make sure that you have `yarn` installed; see instructions [here](https://yarnpkg.com/lang/en/docs/install/).
|
1. Make sure that you have `yarn` installed; see instructions [here](https://yarnpkg.com/lang/en/docs/install/).
|
||||||
1. Run `yarn` (no arguments) from the root of your clone of this project.
|
1. Run `yarn` (no arguments) from the root of your clone of this project.
|
||||||
1. Run `yarn link` to add all custom scripts we use to your global install.
|
1. Run `yarn link` to add all custom scripts we use to your global install.
|
||||||
|
@ -56,7 +56,7 @@ To get started locally, follow these instructions:
|
|||||||
|
|
||||||
1. If you haven't done it already, [make a fork of this repo](https://github.com/angular/angular-cli/fork).
|
1. If you haven't done it already, [make a fork of this repo](https://github.com/angular/angular-cli/fork).
|
||||||
1. Clone to your local computer using `git`.
|
1. Clone to your local computer using `git`.
|
||||||
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.
|
1. Make sure that you have Node 10.9 or later installed. See instructions [here](https://nodejs.org/en/download/).
|
||||||
1. Make sure that you have `yarn` installed; see instructions [here](https://yarnpkg.com/lang/en/docs/install/).
|
1. Make sure that you have `yarn` installed; see instructions [here](https://yarnpkg.com/lang/en/docs/install/).
|
||||||
1. Run `yarn` (no arguments) from the root of your clone of this project.
|
1. Run `yarn` (no arguments) from the root of your clone of this project.
|
||||||
1. Run `yarn link` to add all custom scripts we use to your global install.
|
1. Run `yarn link` to add all custom scripts we use to your global install.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user