Guest User

Untitled

a guest
Jun 22nd, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. [nodemon] starting `node --debug server.js`
  2. (node:15972) [DEP0062] DeprecationWarning: `node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` or `node --inspect-brk` instead.
  3.  
  4. C:wampwwwNorthwindNode-MEAN>npm start
  5.  
  6. > northwindnode@0.0.1 start C:wampwwwNorthwindNode-MEAN
  7. > grunt
  8.  
  9. Running "jshint:all" (jshint) task
  10. >> 70 files lint free.
  11.  
  12. Running "csslint:all" (csslint) task
  13. >> 2 files lint free.
  14.  
  15. Running "concurrent:default" (concurrent) task
  16. Running "nodemon:dev" (nodemon) task
  17. Running "watch" task
  18. Waiting...
  19. [nodemon] 1.17.5
  20. [nodemon] to restart at any time, enter `rs`
  21. [nodemon] watching: app/views/**/*.* gruntfile.js server.js config/**/*.js app/**/*.js
  22. [nodemon] starting `node --inspect server.js`
  23. Debugger listening on ws://127.0.0.1:9229/a42297e6-145a-49ff-83f7-b1c3883978fa
  24. For help see https://nodejs.org/en/docs/inspector
  25. C:wampwwwNorthwindNode-MEANnode_modulesglobglob.js:71
  26. throw new TypeError('callback provided to sync glob')
  27. ^
  28.  
  29. TypeError: callback provided to sync glob
  30. at glob (C:wampwwwNorthwindNode-MEANnode_modulesglobglob.js:71:13)
  31. at module.exports (C:wampwwwNorthwindNode-MEANconfiginit.js:17:2)
  32. at Object.<anonymous> (C:wampwwwNorthwindNode-MEANserver.js:5:36)
  33. at Module._compile (module.js:652:30)
  34. at Object.Module._extensions..js (module.js:663:10)
  35. at Module.load (module.js:565:32)
  36. at tryModuleLoad (module.js:505:12)
  37. at Function.Module._load (module.js:497:3)
  38. at Function.Module.runMain (module.js:693:10)
  39. at startup (bootstrap_node.js:191:16)
  40. [nodemon] app crashed - waiting for file changes before starting...
Add Comment
Please, Sign In to add comment