Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. module.js:471
  2. throw err;
  3. ^
  4.  
  5. Error: Cannot find module 'underscore.string'
  6. at Function.Module._resolveFilename (module.js:469:15)
  7. at Function.Module._load (module.js:417:25)
  8. at Module.require (module.js:497:17)
  9. at require (internal/module.js:20:19)
  10. at Object.<anonymous> (/Users/maros/Google Drive/DEV/boiler projects/firebase_test/node_modules/grunt/node_modules/grunt-legacy-log/index.js:21:9)
  11. at Module._compile (module.js:570:32)
  12. at Object.Module._extensions..js (module.js:579:10)
  13. at Module.load (/Users/maros/Google Drive/DEV/boiler projects/firebase_test/node_modules/grunt/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
  14. at tryModuleLoad (module.js:446:12)
  15. at Function.Module._load (module.js:438:3)
  16. at Module.require (module.js:497:17)
  17. at require (internal/module.js:20:19)
  18. at Object.<anonymous> (/Users/maros/Google Drive/DEV/boiler projects/firebase_test/node_modules/grunt/lib/grunt.js:21:38)
  19. at Module._compile (module.js:570:32)
  20. at Object.Module._extensions..js (module.js:579:10)
  21. at Module.load (module.js:487:32)
  22. at tryModuleLoad (module.js:446:12)
  23. at Function.Module._load (module.js:438:3)
  24. at Module.require (module.js:497:17)
  25. at require (internal/module.js:20:19)
  26. at Object.<anonymous> (/usr/local/lib/node_modules/grunt-cli/bin/grunt:44:1)
  27. at Module._compile (module.js:570:32)
  28. at Object.Module._extensions..js (module.js:579:10)
  29. at Module.load (module.js:487:32)
  30. at tryModuleLoad (module.js:446:12)
  31. at Function.Module._load (module.js:438:3)
  32. at Module.runMain (module.js:604:10)
  33. at run (bootstrap_node.js:394:7)
  34. at startup (bootstrap_node.js:149:9)
  35. at bootstrap_node.js:509:3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement