Why does Angular 8 recommend Node 12?

Henno Lauinger picture Henno Lauinger · Jun 12, 2019 · Viewed 18k times · Source

Updating from Angular 7.2 to 8.0 the guide at https://update.angular.io/ says to "make sure you are using Node 12 or later". Why does Angular 8 need Node 12 (current)? What could break if I continue using Node 10 (LTS)?

Answer

Rick O'Shea picture Rick O'Shea · Jun 22, 2019

Maybe that was a mistake they fixed: https://update.angular.io/

Nothing in there about Node 12 which would be a monstrosity of a disruption for companies that would then need to upgrade all of their build servers with Node 12 before thinking about creating an Angular 8 project. Happily, that's not true, you can use Node 10 or even Node 8.