Errors installing ghost core & admin from Source in Windows

I’m just starting up in the world of open source. I’m on Windows 10 platform, ran into issues while trying to build Ghost core from source using this link.

While running “grunt dev”, following errors occured:

"Running “express:dev” (express) task
Starting background Express server
Building admin client… (can take ~1min)
[2018-11-29 10:35:09] WARN Theme’s file locales/en.json not found.
Running “subgrunt:watch” (subgrunt) task
[2018-11-29 10:35:11] ERROR

NAME: InternalServerError
MESSAGE: (Code: EACCES)

level:normal

“There was an error starting your server.”
“Please use the error code above to search for a solution.”
ERROR DETAILS:
empty

InternalServerError: (Code: EACCES)
at new GhostError (D:\GHOST\Ghost\core\server\lib\common\errors.js:10:26)
at Server. (D:\GHOST\Ghost\core\server\ghost-server.js:85:30)
at Server.emit (events.js:182:13)
at emitErrorNT (net.js:1313:8)
at process._tickCallback (internal/process/next_tick.js:63:19)

Stopping Express server"

Build, however was a success in the end. While trying to run on browser in the mentioned active port, these were the errors in console.

Please suggest on how do I handle these. Thanks for your help!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.