You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I just installed with
npm install -g bible
and when I runbible
, I get the following error:Even if I create the configuration file by hand I still get this error.
The text was updated successfully, but these errors were encountered: