I’m trying to install Ghost locally and it gives me an error of compatibility with Node. I already tested with Node 12 and now with Node 14.
% ghost install local
✔ Checking system Node.js version - found v14.15.4
✔ Checking current folder permissions
✔ Checking memory availability
✔ Checking free space
✔ Checking for latest Ghost version
✔ Setting up install directory
✖ Downloading and installing Ghost v4.18.0
A SystemError occurred.
Message: Ghost v4.18.0 is not compatible with the current Node version.
Debug Information:
OS: macOS, v11.6
Node Version: v14.15.4
Ghost-CLI Version: 1.17.3
Environment: development
Command: 'ghost install local'
Try running ghost doctor to check your system for known issues.
You can always refer to https://ghost.org/docs/ghost-cli/ for troubleshooting.
Any ideas ?