I am getting the following error while trying to start ghost.
$ ghost start
- Inspecting operating system
Found a development config but not a production config, running in development mode instead
[09:07:11] Checking current folder permissions [started]
[09:07:11] Checking current folder permissions [completed]
[09:07:11] Validating config [started]
[09:07:11] Validating config [completed]
[09:07:11] Checking memory availability [started]
[09:07:11] Checking memory availability [completed]
[09:07:11] Checking binary dependencies [started]
[09:07:11] Checking binary dependencies [completed]
- Starting Ghost: ghost-local-15
× Starting Ghost: ghost-local-15
A GhostError occurred.
Message: Ghost process exited with code: 0
Debug Information:
OS: Microsoft Windows 10 Pro, v10.0.18362
Node Version: v10.15.3
Ghost Version: 3.0.3
Ghost-CLI Version: 1.13.1
Environment: development
Command: 'ghost start'
Additional log info available in: C:\Users\Themeix\.ghost\logs\ghost-cli-debug-2019-12-11T03_07_13_384Z.log
Try running ghost doctor to check your system for known issues.
Here is the information in log file
Debug Information:
OS: Microsoft Windows 10 Pro, v10.0.18362
Node Version: v10.15.3
Ghost Version: 3.0.3
Ghost-CLI Version: 1.13.1
Environment: development
Command: 'ghost start'
Message: Ghost process exited with code: 0
Stack: Error: Ghost process exited with code: 0
at ChildProcess.cp.on (C:\Users\Themeix\AppData\Roaming\npm\node_modules\ghost-cli\lib\utils\local-process.js:56:24)
at ChildProcess.emit (events.js:189:13)
at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)