Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. % env HARNESS_ONLY=1 npmr install && make test-integration
  2.  
  3.  
  4. module.js:338
  5. throw err;
  6. ^
  7. Error: Cannot find module 'lodash'
  8. at Function.Module._resolveFilename (module.js:336:15)
  9. at Function.Module._load (module.js:278:25)
  10. at Module.require (module.js:365:17)
  11. at require (module.js:384:17)
  12. at Object.<anonymous> (/home/ato/Code/gaia/apps/sms/test/marionette/generators/thread.js:5:9)
  13. at Module._compile (module.js:460:26)
  14. at Object.Module._extensions..js (module.js:478:10)
  15. at Module.load (module.js:355:32)
  16. at Function.Module._load (module.js:310:12)
  17. at Module.require (module.js:365:17)
  18. at require (module.js:384:17)
  19. at FromApp.requireFromApp (/home/ato/Code/gaia/shared/test/integration/require_from_app.js:19:12)
  20. at Object.<anonymous> (/home/ato/Code/gaia/tests/integration/sms/dialer_interaction_test.js:14:23)
  21. at Module._compile (module.js:460:26)
  22. at Object.Module._extensions..js (module.js:478:10)
  23. at Module.load (module.js:355:32)
  24. at Function.Module._load (module.js:310:12)
  25. at Module.require (module.js:365:17)
  26. at require (module.js:384:17)
  27. at /home/ato/Code/gaia/node_modules/mocha/lib/mocha.js:172:27
  28. at Array.forEach (native)
  29. at Mocha.loadFiles (/home/ato/Code/gaia/node_modules/mocha/lib/mocha.js:169:14)
  30. at Mocha.run (/home/ato/Code/gaia/node_modules/mocha/lib/mocha.js:356:31)
  31. at Object.<anonymous> (/home/ato/Code/gaia/node_modules/mocha/bin/_mocha:366:16)
  32. at Module._compile (module.js:460:26)
  33. at Object.Module._extensions..js (module.js:478:10)
  34. at Module.load (module.js:355:32)
  35. at Function.Module._load (module.js:310:12)
  36. at Function.Module.runMain (module.js:501:10)
  37. at startup (node.js:129:16)
  38. at node.js:814:3
  39. Makefile:808: recipe for target 'test-integration-test' failed
  40. make: *** [test-integration-test] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement