Guest User

Untitled

a guest
Jan 12th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. ubuntu@ubuntu-vb:~/repos/mdd/app$ node initdb.js
  2.  
  3. fs.js:808
  4. return binding.readdir(pathModule._makeLong(path));
  5. ^
  6. Error: ENOENT: no such file or directory, scandir '/home/ubuntu/repos/mdd/app/apps/chatbot/'
  7. at Error (native)
  8. at Object.fs.readdirSync (fs.js:808:18)
  9. at loadBots (/home/ubuntu/repos/mdd/app/apps/chatbot.js:29:16)
  10. at Object.exports.init (/home/ubuntu/repos/mdd/app/apps/chatbot.js:23:3)
  11. at Object.module.exports.initModules (/home/ubuntu/repos/mdd/app/node_modules/hub/index.js:31:30)
  12. at Object.<anonymous> (/home/ubuntu/repos/mdd/app/initdb.js:13:5)
  13. at Module._compile (module.js:409:26)
  14. at Object.Module._extensions..js (module.js:416:10)
  15. at Module.load (module.js:343:32)
  16. at Function.Module._load (module.js:300:12)
  17. at Function.Module.runMain (module.js:441:10)
  18. at startup (node.js:140:18)
  19. at node.js:1043:3
Advertisement
Add Comment
Please, Sign In to add comment