I am using the Ghost 1-click app and get the following error when I SSH in.
+ sudo chown -R ghost-mgr:ghost-mgr /home/ghost-mgr/.config
✔ Checking system Node.js version
✔ Checking logged in user
✔ Checking current folder permissions
✔ Checking operating system compatibility
✔ Checking for a MySQL installation
✔ Checking memory availability
✔ Checking for latest Ghost version
✔ Setting up install directory
✖ Downloading and installing Ghost v3.15.2
A ProcessError occurred.
Message: Command failed: yarn install --no-emoji --no-progress
warning ghost@3.15.2: The engine "cli" appears to be invalid.
warning Resolution field "moment-timezone@0.5.23" is incompatible with requested version "moment-timezone@0.5.28"
warning Resolution field "moment-timezone@0.5.23" is incompatible with requested version "moment-timezone@0.5.28"
error got@11.1.0: The engine "node" is incompatible with this module. Expected version ">=10.19.0". Got "10.16.3"
error Found incompatible module.
yarn install v1.19.1
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Exit code: 1
Debug Information:
OS: Ubuntu, v18.04.3 LTS
Node Version: v10.16.3
Ghost-CLI Version: 1.13.1
Environment: production
Command: 'ghost install --auto --db=mysql --dbhost=localhost --dbname=ghost_production --dbuser=ghost --dbpass=0dfdeee2074652d59cf5264aff8e900d6bbd70da9ccc1af1 --dir=/var/www/ghost --start'
Additional log info available in: /home/ghost-mgr/.ghost/logs/ghost-cli-debug-2020-05-08T01_41_03_734Z.log
Try running ghost doctor to check your system for known issues.
You can always refer to https://ghost.org/docs/api/ghost-cli/ for troubleshooting.
------------------------------------------------------------------------------
For any further commands, please switch to the ghost-mgr user to manage Ghost.
sudo -i -u ghost-mgr
------------------------------------------------------------------------------
I touched nothing, just ran the 1-click installer. Is this app still supported?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there @jamesreyes,
It seems like that this could have been an issue with Ghost v3.15.2, I tested it now and it worked like a charm:
The difference is that Ghost v3.15.3 is now available.
Hope that this helps! Regards, Bobby
For anyone coming across this in 2023. Seems like the current 1-Click install for Ghost requires a droplet with 2GB to install successfully. I tried 3 times with a 1GB droplet and gave up…
https://blog.codergautam.dev/how-to-fix-yarn-there-appears-to-be-trouble-with-your-network-connection-retrying/