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

Error finding configuration file #12

Closed
agarrharr opened this issue Jul 9, 2015 · 4 comments
Closed

Error finding configuration file #12

agarrharr opened this issue Jul 9, 2015 · 4 comments
Assignees
Labels

Comments

@agarrharr
Copy link

I just installed with npm install -g bible and when I run bible, I get the following error:

warn  [10:10.51 - 09.07.2015] No configuration file was found. Initing the configuration file.
fs.js:502
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^
Error: ENOENT, no such file or directory 'undefined/.bible-config.json'
    at Error (native)
    at Object.fs.openSync (fs.js:502:18)
    at Object.fs.writeFileSync (fs.js:1103:15)
    at Object.<anonymous> (/usr/local/lib/node_modules/bible/bible.js:43:12)
    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)

Even if I create the configuration file by hand I still get this error.

@IonicaBizau
Copy link
Member

Thanks for the heads-up! Indeed, we have to update the dependencies.

@IonicaBizau IonicaBizau self-assigned this Jul 9, 2015
@IonicaBizau IonicaBizau added the bug label Jul 9, 2015
@IonicaBizau IonicaBizau mentioned this issue Jul 9, 2015
@IonicaBizau
Copy link
Member

Hopefully, this is now fixed! Install it using npm i -g bible@latest. 🎉

@agarrharr
Copy link
Author

That works! Thanks for the quick work.

@IonicaBizau
Copy link
Member

@Aharris88 You're welcome! I noticed that error but waited for the first guy to report it. 😄

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

No branches or pull requests

2 participants