question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ghost install local error

See original GitHub issue

I’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:closed
  • Created 5 years ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
acburdinecommented, Sep 10, 2018

Awesome! (there’s actually a ghost buster command that will run yarn cache clean for you as well 😁)

Going to close this since the issue is resolved.

1reaction
acburdinecommented, Sep 10, 2018

Haha yeah - it was added more as a joke than anything 😄 I can update the description though.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found