Error: Ghost v4.14.0 is not compatible with the current Node version

Was trying to run ghost locally and got this error. As it says on the website, 12x node versions are supported and I got the latest one according to the node website.

What am I doing wrong?

The log:

PS C:\Users\Kirill\Desktop\Ghost website hosting\directory> ghost install local
√ Checking system Node.js version - found v12.13.0
√ Checking current folder permissions
√ Checking memory availability
√ Checking free space
√ Checking for latest Ghost version
√ Setting up install directory
× Downloading and installing Ghost v4.14.0
A SystemError occurred.

Message: Ghost v4.14.0 is not compatible with the current Node version.

Debug Information:
OS: Microsoft Windows 7 Professional, v6.1.7601
Node Version: v12.13.0
Ghost-CLI Version: 1.17.3
Environment: development
Command: ‘ghost install local’

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

The latest version of Node 12 is 12.22.6 at the time of writing:

1 Like

Oh, I see… Don’t know how I came about the v12.13.0 being the latest.

I updated and it’s working now! Thank you very much!