Advertisement
Guest User

Untitled

a guest
Feb 15th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. > bbsite@0.0.0 start /home/sai/Documents/gsoc/bookbrainz-site
  2. > node ./lib/server/app.js
  3.  
  4. ../../../config/development
  5. { clientID: '58MU8fRMvQBBS-dYhz_buQ',
  6. clientSecret: 'CL4VJ6VfbtuKZwY-43Lk2w',
  7. callbackURL: 'http://localhost:9099/cb' }
  8. /home/sai/Documents/gsoc/bookbrainz-site/lib/client/containers/editor.js:113
  9. children: React.PropType.node.isRequired,
  10. ^
  11.  
  12. TypeError: Cannot read property 'node' of undefined
  13. at Object.<anonymous> (/home/sai/Documents/gsoc/bookbrainz-site/lib/client/containers/editor.js:113:26)
  14. at Module._compile (module.js:570:32)
  15. at Object.Module._extensions..js (module.js:579:10)
  16. at Module.load (module.js:487:32)
  17. at tryModuleLoad (module.js:446:12)
  18. at Function.Module._load (module.js:438:3)
  19. at Module.require (module.js:497:17)
  20. at require (internal/module.js:20:19)
  21. at Object.<anonymous> (/home/sai/Documents/gsoc/bookbrainz-site/lib/server/routes/editor.js:45:23)
  22. at Module._compile (module.js:570:32)
  23. at Object.Module._extensions..js (module.js:579:10)
  24. at Module.load (module.js:487:32)
  25. at tryModuleLoad (module.js:446:12)
  26. at Function.Module._load (module.js:438:3)
  27. at Module.require (module.js:497:17)
  28. at require (internal/module.js:20:19)
  29.  
  30. npm ERR! Linux 4.4.0-62-generic
  31. npm ERR! argv "/usr/bin/nodejs" "/usr/local/bin/npm" "start"
  32. npm ERR! node v6.9.5
  33. npm ERR! npm v4.2.0
  34. npm ERR! code ELIFECYCLE
  35. npm ERR! errno 1
  36. npm ERR! bbsite@0.0.0 start: `node ./lib/server/app.js`
  37. npm ERR! Exit status 1
  38. npm ERR!
  39. npm ERR! Failed at the bbsite@0.0.0 start script 'node ./lib/server/app.js'.
  40. npm ERR! Make sure you have the latest version of node.js and npm installed.
  41. npm ERR! If you do, this is most likely a problem with the bbsite package,
  42. npm ERR! not with npm itself.
  43. npm ERR! Tell the author that this fails on your system:
  44. npm ERR! node ./lib/server/app.js
  45. npm ERR! You can get information on how to open an issue for this project with:
  46. npm ERR! npm bugs bbsite
  47. npm ERR! Or if that isn't available, you can get their info via:
  48. npm ERR! npm owner ls bbsite
  49. npm ERR! There is likely additional logging output above.
  50.  
  51. npm ERR! Please include the following file with any support request:
  52. npm ERR! /home/sai/.npm/_logs/2017-02-15T15_56_53_908Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement