When following the Running Parse Server Locally steps, it errors at mongodb-runner start step.
$ su
# npm install -g parse-server mongodb-runner
# mongodb-runner start
mongodb-runner start should complete with no errors.
Get a { StdError [HTTPError]: Response code 403 (Forbidden). Please see complete log below:
Server
Database
It seems some problem with the mongodb-runner package which is just a convenient way to run a MongoDB instance for development. You can run a MongoDB instance for your Parse Server using different ways though.