Checking system node.js version error

I try to install Ghost using CloudPanel.
I follow this intrusion Install Ghost on CloudPanel, the installasion run smottly, but when I run ghost doctor i get this error

:heavy_multiplication_x: Checking system Node.js version - found v18.19.0
:information_source: Ensuring user is not logged in as ghost user [skipped]
:information_source: Checking if logged in user is directory owner [skipped]
:heavy_check_mark: Checking current folder permissions
:heavy_check_mark: Checking for a MySQL installation
Instance is currently running
:information_source: Validating config [skipped]
:heavy_check_mark: Checking memory availability
:heavy_check_mark: Checking binary dependencies
:heavy_check_mark: Checking free space
One or more errors occurred.

  1. Checking system Node.js version

Message: The directory /home/siteuser/.nvm/versions/node/v18.19.0/bin/node is not readable by other users on the system.
This can cause issues with the CLI, you must either make this directory readable by others or install node and Ghost-CLI in another location.

Debug Information:
OS: Ubuntu, v22.04.3 LTS
Node Version: v18.19.0
Ghost Version: 5.75.0
Ghost-CLI Version: 1.25.3
Environment: production
Command: ‘ghost doctor’

It looks like you’re using nvm for a production install, which can lead to these kinds of issues.

See these docs on the recommended course of action: