angular / angular-update-guide

An interactive guide to updating the version of Angular in your apps

Home Page:https://update.angular.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update angular but not latest version

justwellsolets opened this issue · comments

When trying to update an angular project (created with version 6) to version 8 while the latest version is 15. I could not update. I'm getting following error. Angular official update guidelines are also failure.

Node.js version v14.17.3 detected.
The Angular CLI requires a minimum Node.js version of either v14.20, v16.13 or v18.10.

While angular 8 works with node 10 and 12 as well.