Error Checking binary dependencies

Hi, I have an error in my Ghost installation. I have approximately 3 months with my blog, and update to the most recent version.

  • Hosting: DigitalOcean
  • Ghost-CLI version: 1.13.1
  • Ghost version: 3.5.0 (at /var/www/ghost)
  • nodejs -v: v10.19.0
  • npm -v: 6.13.4

This is the error that the terminal shows me when I run “ghost doctor”:

ghost-mgr@ghost-catturados:/var/www/ghost$ ghost doctor

:heavy_check_mark: Checking system Node.js version
:heavy_check_mark: Checking logged in user
:heavy_check_mark: Ensuring user is not logged in as ghost user
:heavy_check_mark: Checking if logged in user is directory owner
:heavy_check_mark: Checking current folder permissions
:heavy_check_mark: Checking operating system compatibility
:heavy_check_mark: Checking for a MySQL installation

  • sudo systemctl is-active ghost_catturados-com
    Instance is currently running
    :information_source: Validating config [skipped]
    :heavy_check_mark: Checking folder permissions
    :heavy_check_mark: Checking file permissions
    :heavy_check_mark: Checking content folder ownership
    :heavy_check_mark: Checking memory availability
    :heavy_multiplication_x: Checking binary dependencies
    One or more errors occurred.
  1. Checking binary dependencies

Message: The installed node version has changed since Ghost was installed.
Help: Run ghost update 3.5.0 --force to re-install binary dependencies.

Debug Information:
OS: Ubuntu, v18.04.4 LTS
Node Version: v10.19.0
Ghost Version: 3.5.0
Ghost-CLI Version: 1.13.1
Environment: production
Command: ‘ghost doctor’

Try running ghost doctor to check your system for known issues.

You can always refer to Ghost-CLI - A fully loaded tool for installation and configuration for troubleshooting.

Did you recently upgrade Node? Your binary dependencies are compiled against a different version of Node to the one you are currently using.

The message tells you this, and how to fix it:

Message: The installed node version has changed since Ghost was installed.
Help: Run ghost update 3.5.0 --force to re-install binary dependencies.

OMG. How sill*y I am. Thank you very much, you helped me. :sweat_smile:

Solution:
ghost update
Ghost-CLI version: 1.13.1
Ghost version: 3.5.2 (at /var/www/ghost)