Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Matts-MacBook-Air-2:API mattboyd$ npm start
  2.  
  3. > liveby-api@0.0.1 start /Users/mattboyd/Desktop/Work/LiveBy/App/API
  4. > node server.js
  5.  
  6. module.js:328
  7. throw err;
  8. ^
  9.  
  10. Error: Cannot find module 'body-parser'
  11. at Function.Module._resolveFilename (module.js:326:15)
  12. at Function.Module._load (module.js:277:25)
  13. at Module.require (module.js:354:17)
  14. at require (internal/module.js:12:17)
  15. at Object.<anonymous> (/Users/mattboyd/Desktop/Work/LiveBy/App/API/index.js:3:20)
  16. at Module._compile (module.js:410:26)
  17. at Object.Module._extensions..js (module.js:417:10)
  18. at Module.load (module.js:344:32)
  19. at Function.Module._load (module.js:301:12)
  20. at Module.require (module.js:354:17)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement