Hi,
I am trying to install an older version of ghost locally so that I have the same version that my team is using. Here is my ghost-cli version :
Ghost-CLI version: 1.25.2
To install a specific version of ghost, I am using :
ghost install 4.7.2 --local
I am unable to install it using the above command, I get the following error :
✔ Checking system Node.js version - found v16.20.2
✔ Checking current folder permissions
✔ Checking memory availability
✔ Checking free space
✖ Checking for latest Ghost version
A CliError occurred.
Message: Version 4.7.2 does not exist
Debug Information:
OS: macOS, v14.0
Node Version: v16.20.2
Ghost-CLI Version: 1.25.2
Environment: development
Command: 'ghost install 4.7.2 --local'
How can I install a specific version of ghost locally?