- What’s your URL? local develop.
- What version of Ghost are you using? tag: 3.2.0
- What browser? chrome
- What errors or information do you see in the console?
D:\souce_code\open_source_2020\Ghost-3.2.0>grunt dev
Running "dev" task
Running "clean:built" (clean) task
>> 226 paths cleaned.
Running "bgShell:client" (bgShell) task
Building admin client... (can take ~1min)
Running "express:dev" (express) task
Starting background Express server
Running "subgrunt:watch" (subgrunt) task
Running "shell:ember:watch" (shell) task
Building admin client... (can take ~1min)
[2020-01-12 03:14:51] ERROR (Code: EACCES)
(Code: EACCES)
"There was an error starting your server."
"Please use the error code above to search for a solution."
Error ID:
b25e4bd0-34e9-11ea-bec0-9504ed1806c0
----------------------------------------
InternalServerError: (Code: EACCES)
at new GhostError (D:\souce_code\open_source_2020\Ghost-3.2.0\core\server\lib\common\errors.js:10:26)
at Server.<anonymous> (D:\souce_code\open_source_2020\Ghost-3.2.0\core\server\ghost-server.js:85:30)
at Server.emit (events.js:182:13)
at Server.EventEmitter.emit (domain.js:442:20)
at emitErrorNT (net.js:1313:8)
at process._tickCallback (internal/process/next_tick.js:63:19)
Stopping Express server
Running "watch" task
Waiting...
Building admin client... (can take ~1min)
Building admin client... (can take ~1min)
Building admin client... (can take ~1min)
Building admin client... (can take ~1min)
Building admin client... (can take ~1min)
Building admin client... (can take ~1min)
Building admin client... (can take ~1min)
>> - building...
Build successful (87083ms) – Serving on http://localhost:4200/
Slowest Nodes (totalTime => 5% ) | Total (avg)
----------------------------------------------+---------------------
PostcssCompiler (2) | 16282ms (8141 ms)
ember-auto-import-analyzer (8) | 12679ms (1584 ms)
Bundler (1) | 8680ms
BroccoliMergeTrees (43) | 6123ms (142 ms)
broccoli-persistent-filter:TemplateCo... (13) | 5798ms (446 ms)
Package /assets/vendor.js (1) | 5074ms
- What steps could someone else take to reproduce the issue you’re having?
git clone --recurse-submodules --depth=1 --branch=3.2.0 https://github.com/TryGhost/Ghost.git/Ghost Ghost-3.2.0 && cd Ghost-3.2.0
I hope some can give me some advice
Hey there . It appears you’re trying to install Ghost directly from from GitHub, is this intentional? The standard way to install Ghost locally is by following the steps shown here: