Almalinux install nodejs 22 Enable nodejs version 22 in the dnf repository: dnf module enable nodejs:22 The result should be like that: Last metadata expiration check: 2:29:44 ago on Sun 01 Jun 2025 07:37:42 AM UTC. Dependencies resolved. ================================================================================================================== Package Architecture Version Repository Size ================================================================================================================== Enabling module streams: nodejs 22 Transaction Summary ================================================================================================================== Is this ok [y/N]: y Complete! Install nodejs and npm dnf install -y nodejs npm