Advertisement
Guest User

Untitled

a guest
Dec 11th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. [22:09:45] [Zarel] either you have config.js
  2. [22:09:51] [Zarel] in the wrong place
  3. [22:09:56] [Zarel] or you have the wrong working directory
  4. [22:09:59] [Firestorm] it's in /config
  5. [22:10:10] [Zarel] this is the relevant message:
  6. [22:10:10] [Zarel] Error: ENOENT, no such file or directory './config/config-example.js'
  7. [22:10:16] [Firestorm] yeah which is what confused me
  8. [22:10:35] [Firestorm] because app.js and the config folder are in the same place
  9. [22:10:43] [Firestorm] showdown/config/config.js
  10. [22:10:46] [Firestorm] showdown/app.js
  11. [22:10:46] [Zarel] if it's there, then "." is in the wrong place
  12. [22:11:01] [Zarel] in other words: your working directory is set up wrong
  13. [22:11:09] [Zarel] so, yes, you're running showdown/app.js
  14. [22:11:16] [Zarel] but you're not running it from showdown/
  15. [22:11:21] [Zarel] you're running it from somewhere weird
  16. [22:11:29] [Firestorm] urgh. that is weird.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement