Node.js 12? Really or mistake?

castris

Verified User
Joined
Apr 16, 2021
Messages
76
Location
Arcenillas
I installed nginx unit, because the client needed Node.js.

And I don't know if I'm distracted or I noticed some error.

After the installation I did the basics. See what was there.

```bash
> node
Welcome to Node.js v12.22.9.
```
Oh My Lord.

A version that has been outdated and unsupported for years? (EOL) 04/2022

Is there no other way to have a modern LTS version?
 
What OS? I have NodeJS v20 running

Code:
dnf module reset nodejs
dnf module enable nodejs:20
dnf module install nodejs
 
Ubuntu 22.04.

I've installed via `npm install n -g`

But previous instal is via DirectAdmin unit.
 
Back
Top