Cannot find module '\current\index.js'

Hi @Rickaym,

Thank you for bringing this up, in fact I met this issue when using GitHub to store the source code of the Ghost blog and use multiple computers to write blogs, I also noticed the configs in the config.development.json and tried to update it with the path on the computer that I can using or using relative path, same error exists. Did you change anything else?

{
  "url": "http://localhost:2370/",
  "server": {
    "port": 2370,
    "host": "127.0.0.1"
  },
  "database": {
    "client": "sqlite3",
    "connection": {
      "filename": "current/data/ghost-local.db"
    }
  },
  "mail": {
    "transport": "Direct"
  },
  "logging": {
    "transports": [
      "file",
      "stdout"
    ]
  },
  "process": "local",
  "paths": {
    "contentPath": "current/"
  }
}