Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. C:UsersantoiDocumentsProgrammingPACOCode 19-04-03appcomponentsexpress_webserver.js:22
  2. require("./express_middleware/" + file)(webserver, controller);
  3. ^
  4.  
  5. TypeError: require(...) is not a function
  6. at C:UsersantoiDocumentsProgrammingPACOCode 19-04-03appcomponentsexpress_webserver.js:22:46
  7. at Array.forEach (<anonymous>)
  8. at module.exports (C:UsersantoiDocumentsProgrammingPACOCode 19-04-03appcomponentsexpress_webserver.js:21:6)
  9. at Object.<anonymous> (C:UsersantoiDocumentsProgrammingPACOCode 19-04-03appbot.js:62:72)
  10. at Module._compile (internal/modules/cjs/loader.js:701:30)
  11. at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
  12. at Module.load (internal/modules/cjs/loader.js:600:32)
  13. at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
  14. at Function.Module._load (internal/modules/cjs/loader.js:531:3)
  15. at Function.Module.runMain (internal/modules/cjs/loader.js:754:12)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement