Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. > project1@0.0.1 start /data/node/organization-social-network/organizationconnect
  2. > node ./bin/www
  3.  
  4.  
  5. node.js:201
  6. throw e; // process.nextTick error, or 'error' event on first tick
  7. ^
  8. Error: Cannot find module 'domain'
  9. at Function._resolveFilename (module.js:332:11)
  10. at Function._load (module.js:279:25)
  11. at Module.require (module.js:354:17)
  12. at require (module.js:370:17)
  13. at Object.nodeRequire (/data/node/node_modules/nodemailer/node_modules/aws- sdk/lib/util.js:39:31)
  14. at Object.<anonymous> (/data/node/node_modules/nodemailer/node_modules/aws-sdk/lib/sequential_executor.js:2:23)
  15. at Module._compile (module.js:441:26)
  16. at Object..js (module.js:459:10)
  17. at Module.load (module.js:348:32)
  18. at Function._load (module.js:308:12)
  19.  
  20. npm ERR! project1@0.0.1 start: `node ./bin/www`
  21. npm ERR! `sh "-c" "node ./bin/www"` failed with 1
  22. npm ERR!
  23. npm ERR! Failed at the project1@0.0.1 start script.
  24. npm ERR! This is most likely a problem with the project1 package,
  25. npm ERR! not with npm itself.
  26. npm ERR! Tell the author that this fails on your system:
  27. npm ERR! node ./bin/www
  28. npm ERR! You can get their info via:
  29. npm ERR! npm owner ls project1
  30. npm ERR! There is likely additional logging output above.
  31. npm ERR!
  32. npm ERR! System Linux 3.2.0-25-virtual
  33. npm ERR! command "node" "/usr/bin/npm" "start"
  34. npm ERR! cwd /data/node/organization-social-network/organizationconnect
  35. npm ERR! node -v v0.6.12
  36. npm ERR! npm -v 1.1.4
  37. npm ERR! code ELIFECYCLE
  38. npm ERR! message project1@0.0.1 start: `node ./bin/www`
  39. npm ERR! message `sh "-c" "node ./bin/www"` failed with 1
  40. npm ERR! errno {}
  41. npm ERR!
  42. npm ERR! Additional logging details can be found in:
  43. npm ERR! /data/node/organization-social-network/organizationconnect/npm-debug.log
  44. npm not ok
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement