Warning: ghost is running wrong node version

Hi, after installing last update of ghost I am getting this message,
for now site is working so I am not in any hurry, but would be happy to fix this. Does anyone know how to?

Warning: Ghost is running with node v12.21.0.
Your current node version is v14.17.3.
āœ– Checking systemd node version - found v12.21.0
One or more errors occurred.

1) SystemError

Message: Ghost v4.13.0 is not compatible with Node v12.21.0
Help: Check the version of Node configured in /lib/systemd/system/ghost_opcije-com.service and update it to a compatible version

Debug Information:
    OS: Ubuntu, v18.04.6 LTS
    Node Version: v14.17.3
    Ghost Version: 4.13.0
    Ghost-CLI Version: 1.17.3
    Environment: production
    Command: 'ghost doctor'
2 Likes

The warning is telling you that there are multiple versions of node installed which can cause version mismatch issues :slight_smile:

1 Like

Do you know how to uninstall wrong version?

Thanks guys, I got out from my comfort zone a little bit and fixed the issue with your directions.
Thank you :slight_smile: