Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default workspace config error #212

Closed
abovedave opened this issue Aug 31, 2017 · 0 comments
Closed

Default workspace config error #212

abovedave opened this issue Aug 31, 2017 · 0 comments
Assignees

Comments

@abovedave
Copy link
Contributor

abovedave commented Aug 31, 2017

If starting the app with a very minimal config file with paths not defined:

{
  "server": {
    "host": "127.0.0.1",
    "port": 3001
  },
  "cluster": false
}

The following error is thrown:

> node ./start.js

path.js:7
    throw new TypeError('Path must be a string. Received ' + inspect(path));
    ^

TypeError: Path must be a string. Received undefined
    at assertPath (path.js:7:11)
    at Object.resolve (path.js:1146:7)
    at Server.loadPaths (/web/dadi/lib/index.js:376:28)```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant