Problem installing Ghost-cli on Windows -

Windows 10
Ghost-cli version : 1.17.3
Ghost version : 4.9.0
Node version : 14.16.0
Npm version : 7.19.1

Hi,

I’m trying to install Ghost for the first time locally. According to the supported versions, Node 14.x seems to be recommended.

So I followed the installation steps :

npm install -g ghost-cli@latest
ghost install local --verbose

When an the error occured :


Am I doing someting wrong ?
Thanks

The error message tells you the issue ;) You need at least node v14.16.1 due to security patches:

The error message just tells that there is a version issue. I searched on the documentation and there is no indications on which version is compatible with which version of node.
Anyway, thanks for your reply ! :smile: