Additional log info available in: /home/user/.ghost/logs/ghost-cli-debug-2018-05-15T20_26_18_686Z.log
I have tried removing, reinstalling everything (node, python, ghost, mysql etc) nothing seems to work
(everything works as expected if I use the docker method)
This means nvm / node is installed only for your user and not system-wide. In some cases in order to install ghost, node must be installed system-wide.
Okay, it seems like nvm only install the node for per user so I have uninstalled it and install using the standard way. This is what I see now - sudo -u ghost node -v v6.14.2
Hurry, it worked. So I think the problem was in the nvm. It would be great if this is mentioned somewhere in the docs so that other users don’t face similar issue. Thanks a lot