Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. child process
  2. npm notice created a lockfile as package-lock.json. You should commit this file.
  3. npm WARN adbb6ae273284246ac1365286f6d3188-endpoint-1f1f3d75200a19b75374684494198f861a1ebd3c@1.0.0 No description
  4. npm WARN adbb6ae273284246ac1365286f6d3188-endpoint-1f1f3d75200a19b75374684494198f861a1ebd3c@1.0.0 No repository field.
  5. winston-transport
  6. npm WARN adbb6ae273284246ac1365286f6d3188-endpoint-1f1f3d75200a19b75374684494198f861a1ebd3c@1.0.0 No description
  7. npm WARN adbb6ae273284246ac1365286f6d3188-endpoint-1f1f3d75200a19b75374684494198f861a1ebd3c@1.0.0 No repository field.
  8. triple-beam
  9. npm WARN adbb6ae273284246ac1365286f6d3188-endpoint-1f1f3d75200a19b75374684494198f861a1ebd3c@1.0.0 No description
  10. npm WARN adbb6ae273284246ac1365286f6d3188-endpoint-1f1f3d75200a19b75374684494198f861a1ebd3c@1.0.0 No repository field.
  11. kafka-node
  12. TypeError: require(...).main is not a function
  13. at Promise (./node_modules/run.js:7:44)
  14. at new Promise (<anonymous>)
  15. at NodeActionRunner.module.exports.main [as userScriptMain] (./node_modules/run.js:5:12)
  16. at /nodejsAction/runner.js:98:45
  17. at new Promise (<anonymous>)
  18. at NodeActionRunner.run (/nodejsAction/runner.js:92:16)
  19. at doRun (./service.js:168:31)
  20. at runCode (./service.js:120:20)
  21. at /nodejsAction/app.js:62:13
  22. at Layer.handle [as handle_request] (/node_modules/express/lib/router/layer.js:95:5)
  23. at next (/node_modules/express/lib/router/route.js:137:13)
  24. at Route.dispatch (/node_modules/express/lib/router/route.js:112:3)
  25. at Layer.handle [as handle_request] (/node_modules/express/lib/router/layer.js:95:5)
  26. at /node_modules/express/lib/router/index.js:281:22
  27. at Function.process_params (/node_modules/express/lib/router/index.js:335:12)
  28. at next (/node_modules/express/lib/router/index.js:275:10)
  29. at /node_modules/body-parser/lib/read.js:130:5
  30. at invokeCallback (/node_modules/raw-body/index.js:224:16)
  31. at done (/node_modules/raw-body/index.js:213:7)
  32. at IncomingMessage.onEnd (/node_modules/raw-body/index.js:273:7)
  33. at emitNone (events.js:106:13)
  34. at IncomingMessage.emit (events.js:208:7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement