Issue
Cannot install alt-nodejs20
# yum install alt-nodejs20
This system is receiving updates from cloudLinux Network server.
Last metadata expiration check: 1:05:07 ago on sat 06 Jan 2024 03:13:46 PM +07.
No match for argument: alt-nodejs20
Error: unable to find a match: alt-nodejs20
Environment
- NodeJS
Solution
1- Check registration:
rhn_check
2- The server is running with an outdated cloudlinux-release
.
Please update it by running:
yum update cloudlinux-release -y && rpm -q cloudlinux-release
Repeat the above command until the result is the latest cloudlinux-release: https://changelog.cloudlinux.com/
3- Then try to install the alt-nodejs20:
yum clean all
yum groupinstall alt-nodejs
yum groupinstall alt-nodejs20
Our developers analyzed your server configuration and noticed an issue with an invalid JWT token.
Specifically:
- The
"exp"
field appears to be invalid. - The required
"client_id"
field is missing.
Here is the token data we observed:
{
"is_awp_premium_allowed": "True",
"cl_plus": "True",
"system_id": "1000012305",
"iss": "CloudLinux",
"edition": "shared_pro",
"is_awp_cdn_allowed": "True",
"exp": "1738022400",
"is_trial": "False"
}
Could you please try running the rhn_check
command? This should update the license on the server and refresh the JWT token.
Useful links
Comments
0 comments
Please sign in to leave a comment.