Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. var routes = require('./routes/index');
  2. Error: Cannot find module './routes/index'
  3. at Function.Module._resolveFilename (module.js:338:15)
  4. at Function.Module._load (module.js:280:25)
  5. at Module.require (module.js:364:17)
  6. at require (module.js:380:17)
  7. at repl:1:14
  8. at REPLServer.self.eval (repl.js:110:21)
  9. at repl.js:249:20
  10. at REPLServer.self.eval (repl.js:122:7)
  11. at Interface.<anonymous> (repl.js:239:12)
  12. at Interface.emit (events.js:95:17)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement