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

without email config, strange error #33

Open
GeoffreyPlitt opened this issue Apr 7, 2015 · 1 comment
Open

without email config, strange error #33

GeoffreyPlitt opened this issue Apr 7, 2015 · 1 comment

Comments

@GeoffreyPlitt
Copy link

Hi,

Instead of using a config.js file, I'm just constructing the config in my app.js for a quite prototype. I know I don't have an email config, but this error is strange, why does it point to index.js:38?

lockit no email config found. Check your database for tokens.
assert.js:86
  throw new assert.AssertionError({
        ^
AssertionError: missing path
    at Module.require (module.js:363:3)
    at require (module.js:384:17)
    at new module.exports (/vagrant/node_modules/lockit/index.js:38:44)
    at Object.<anonymous> (/vagrant/app.js:20:14)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Function.Module.runMain (module.js:501:10)
    at startup (node.js:129:16)
@GeoffreyPlitt
Copy link
Author

Oh I'm using a MSSQL database. I didn't see that listed in your supported DBs, but Sequelize can handle it, so I figured that would be OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant