Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

node 18 not supported by angular <=14

Tags:

angular

I am getting this warning while updating my node package.

Warning: The current version of Node (18.10.0) is not supported by Angular

Any solution for this would be great help. I updated my node using the downloader file.

 Warning: The current version of Node (18.10.0) is not supported by Angular

like image 545
Agnum Avatar asked Feb 24 '26 03:02

Agnum


1 Answers

Update:

Node 18 support has landed with Angular 15.


The answer by Clydin from the Angular team:

Angular officially supports all Node.js versions currently in active LTS or maintenance LTS (https://angular.io/guide/setup-local#prerequisites). From the current Node.js release calendar (https://nodejs.org/en/about/releases/), Node.js v18 will enter LTS on 2022-10-25. Based on the Angular release cadence, Node.js v18 would then be officially supported by Angular in v15 at the earliest. Node.js v14 will reach its end-of-life on 2023-04-30 and would then no longer be supported by Angular v16 at the earliest.

So support for Node 18 is expected for Angular 15.

For more about the supported version of node across different versions of Angular you can refer to this table.

like image 145
Matthieu Riegler Avatar answered Feb 26 '26 16:02

Matthieu Riegler



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!