I am currently working on updating my Angular project from v9 to v10.
My Angular CLI version is 9.1.15 and Node.js version is 12.18.1.
Following the Angular Update Guide, I attempted to execute the command npx @angular/cli@10 update @angular/core@10 @angular/cli@10
. But it gives me below error:
This error message is confusing to me because my current Node.js version (v12.18.1) exceeds the minimum requirement stated in the Angular Update Guide(which is v12 or later).
Can someone clarify why this error is occurring and provide guidance on how to proceed with updating my Angular project? Thanks.