docs(@angular/cli): update node versions#22575
docs(@angular/cli): update node versions#22575ram-xv wants to merge 9 commits intoangular:masterfrom ram-xv:patch-1
Conversation
Updated node versions as per requirements in Angular CLI.
| 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. Make sure that you have Node 12.14 or 14.0 installed. See instructions [here](https://nodejs.org/en/download/). | ||
| 1. Make sure that you have Node v12.20, v14.15, or v16.10 installed. See instructions [here](https://nodejs.org/en/download/). |
There was a problem hiding this comment.
The versions here are actually referring to the versions that are needed to develop the Angular CLI.
Line 44 in 68490f1
There was a problem hiding this comment.
Interestingly, before I had node v 16.5.0. I ran ng serve on the root directory of the Angular project, and the CLI pointed out that need these node versions. After installing node v 16.10, I was successfully able to serve the ng app.
There was a problem hiding this comment.
The versions of Node.js that the Angular CLI requires can be found here https://angular.io/guide/setup-local#prerequisites
alan-agius4
left a comment
There was a problem hiding this comment.
Kindly sign the CLA and fix the commit message as per commit message guidelines.
https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md#commit
|
@ramfattah, kindly update the commit message and not just the PR title. |
Updated node versions as per requirements in Angular CLI.
Updated node versions as per requirements in Angular CLI.
Updated node versions as per requirements in Angular CLI.
|
Thanks for your contribution, but this has been superseded by #22587. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Update readme documentation in regards to install the appropriate node versions as given per requirements in Angular CLI.