ghost install local error
See original GitHub issueI’m trying to install a local copy of ghost for theme development, but am not able 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)
- Tried to find help in the forum & docs
- Checked for existing issues
- Attached log file
- Provided technical details incl. operating system
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
'ghost install local' not working · Issue #1257 - GitHub
I have installed Ghost locally with npm install ghost-cli@latest -g . However, when I run ghost install local I get the following error:...
Read more >Cannot install Ghost locally
I have done ghost install local --verbose so you get the complete output. There seems to be no issue with permissions. If I...
Read more >'ghost install local' produces 'Response code 401 ...
ghost install local. inside an empty folder, I get the following error: Message: 'Response code 401 (Unauthorized)'.
Read more >Fixing "Cannot find module 'sqlite3'" error when installing ...
I was getting the following error when installing Ghost v4 locally on Windows 10: × Starting Ghost One or more errors occurred.
Read more >How to Install Ghost CMS on Mac and PC - MakeUseOf
Step 1: Create a new folder where you want to install the Ghost app. Type in: ; Step 2: cd into the ghost...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome! (there’s actually a
ghost buster
command that will runyarn cache clean
for you as well 😁)Going to close this since the issue is resolved.
Haha yeah - it was added more as a joke than anything 😄 I can update the description though.