Hey guys, this is my first time trying to work on Ghost but I have come across an issue when running it.
The project I am working on is running on Ghost and now that I have setup Ghost on my machine, I am having some issues running the local server for this project locally. It throws me an error back that I can’t seem to find a proper answer for online.
I am working on a Windows machine, that has a subsystem of Linux installed on it. Perhaps someone can assist me? Thank you very much.
❯ ghost run
The `ghost run` command is used by the configured Ghost process manager and for debugging. If you're not running this
to debug something, you should run `ghost start` instead.
internal/modules/cjs/loader.js:985
throw err;
^
Error: Cannot find module '/mnt/c/Users/user/site/ghost/current/index.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:982:15)
at Function.Module._load (internal/modules/cjs/loader.js:864:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)
at internal/main/run_main_module.js:18:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}