You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm completely new to this, I'm a writer, not a developer, and I've been happy to simply follow the instructions on this page. However, for the last few days, I haven't been able to install Ghost on Digital Ocean with these instructions despite multiple attempts. I follow all of them to the T but when I type ghost install and hit enter, I get the following output:
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 A ProcessError occurred. Message: Command failed: yarn info ghost versions --json {"type":"error","data":"An unexpected error occurred: \"EACCES: permission denied, scandir '/home/sero/.config/yarn/link'\"."} {"type":"info","data":"If you think this is a bug, please open a bug report with the information provided in \"/var/www/ghost/yarn-error.log\"."} {"type":"info","data":"Visit https://yarnpkg.com/en/docs/cli/info for documentation about this command."} Exit code: 1 Debug Information: OS: Ubuntu, v16.04 Node Version: v8.11.4 Ghost-CLI Version: 1.9.3 Environment: production Command: 'ghost install'
Additional log info available in: /home/sero/.ghost/logs/ghost-cli-debug-2018-09-05T09_57_10_230Z.log
Try running ghost doctor to check your system for known issues.
Please refer to https://docs.ghost.org/v1/docs/troubleshooting#section-cli-errors for troubleshooting.
I'm trying to do this on a 1GB Digital Ocean VPS (Ubuntu 16.04), Node 8.11.4 and Ghost CLI 1.9.3.
The text was updated successfully, but these errors were encountered:
Hi! I'm completely new to this, I'm a writer, not a developer, and I've been happy to simply follow the instructions on this page. However, for the last few days, I haven't been able to install Ghost on Digital Ocean with these instructions despite multiple attempts. I follow all of them to the T but when I type
ghost install
and hit enter, I get the following output: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
A ProcessError occurred.
Message: Command failed: yarn info ghost versions --json
{"type":"error","data":"An unexpected error occurred: \"EACCES: permission denied, scandir '/home/sero/.config/yarn/link'\"."}
{"type":"info","data":"If you think this is a bug, please open a bug report with the information provided in \"/var/www/ghost/yarn-error.log\"."}
{"type":"info","data":"Visit https://yarnpkg.com/en/docs/cli/info for documentation about this command."}
Exit code: 1
Debug Information:
OS: Ubuntu, v16.04
Node Version: v8.11.4
Ghost-CLI Version: 1.9.3
Environment: production
Command: 'ghost install'
Additional log info available in: /home/sero/.ghost/logs/ghost-cli-debug-2018-09-05T09_57_10_230Z.log
Try running ghost doctor to check your system for known issues.
Please refer to https://docs.ghost.org/v1/docs/troubleshooting#section-cli-errors for troubleshooting.
I'm trying to do this on a 1GB Digital Ocean VPS (Ubuntu 16.04), Node 8.11.4 and Ghost CLI 1.9.3.
The text was updated successfully, but these errors were encountered: