I’ve installed the latest version of the Ghost-cli, and am running ghost install local
, but I keep getting an error when ghost finishes installing and tries to start.
The specific error I’m getting in the log is
Stack: Error: Ghost process exited with code: 0
at ChildProcess.cp.on (/usr/local/lib/node_modules/ghost-cli/lib/utils/local-process.js:56:24)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
This has been resolved.
See github for details if you hit a similar problem.
opened 12:33AM - 10 Sep 18 UTC
closed 01:02AM - 10 Sep 18 UTC
I'm trying to install a local copy of ghost for theme development, but am not ab… le to get it running. I keep hitting an error when Ghost tries to start. I've looked online for solutions to this issue, but haven't found anything helpful.
```
➜ ghost nodenv global 8.9.0
➜ ghost ghost install local
✔ Checking system Node.js version
✔ Checking current folder permissions
✔ Checking memory availability
✔ Checking for latest Ghost version
✔ Setting up install directory
✔ Downloading and installing Ghost v2.1.1
✔ Finishing install process
✔ Configuring Ghost
✔ Setting up instance
✔ Checking current folder permissions
✔ Validating config
✔ Checking memory availability
✖ Starting Ghost
A GhostError occurred.
Message: Ghost process exited with code: 0
Debug Information:
OS: Mac OS X, v10.13.6
Node Version: v8.9.0
Ghost-CLI Version: 1.9.3
Environment: development
Command: 'ghost install local'
```
Below is what I'm seeing in the log file.
```
Stack: Error: Ghost process exited with code: 0
at ChildProcess.cp.on (/usr/local/lib/node_modules/ghost-cli/lib/utils/local-process.js:56:24)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
```
- [x] Tried to find help in the forum & docs
- [x] Checked for existing issues
- [x] Attached log file
- [x] Provided technical details incl. operating system
system
Closed
September 24, 2018, 1:08am
3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.