Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Cloudron on 18.04.5 - GLIBC_2.28 not found (required by node)

    Solved Support
    12
    0 Votes
    12 Posts
    8k Views
    nebulonN

    Also for others to come here, to get back up on Ubuntu 18.04 run the following commands via SSH:

    mkdir -p /usr/local/node-16.18.1 curl -sL https://nodejs.org/dist/v16.18.1/node-v16.18.1-linux-x64.tar.gz -o /tmp/node.tar.gz tar zxvf /tmp/node.tar.gz --strip-components=1 -C /usr/local/node-16.18.1 rm /tmp/node.tar.gz ln -sf /usr/local/node-16.18.1/bin/node /usr/bin/node ln -sf /usr/local/node-16.18.1/bin/npm /usr/bin/npm systemctl restart box

    Then the system should be working again, however for the 7.5 update ubuntu has to be upgraded first.