Advertisement
Guest User

Untitled

a guest
Jul 7th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. cmd: npm start
  2.  
  3. > htmengine-node-client@1.0.0 start /home/ubuntu/numenta-apps/htmengine-traffic-tutorial/node-client
  4. > node index.js
  5.  
  6. sh: 1: node: not found
  7.  
  8. npm ERR! htmengine-node-client@1.0.0 start: `node index.js`
  9. npm ERR! Exit status 127
  10. npm ERR!
  11. npm ERR! Failed at the htmengine-node-client@1.0.0 start script.
  12. npm ERR! This is most likely a problem with the htmengine-node-client package,
  13. npm ERR! not with npm itself.
  14. npm ERR! Tell the author that this fails on your system:
  15. npm ERR! node index.js
  16. npm ERR! You can get their info via:
  17. npm ERR! npm owner ls htmengine-node-client
  18. npm ERR! There is likely additional logging output above.
  19. npm ERR! System Linux 4.2.0-16-generic
  20. npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "start"
  21. npm ERR! cwd /home/ubuntu/numenta-apps/htmengine-traffic-tutorial/node-client
  22. npm ERR! node -v v0.10.25
  23. npm ERR! npm -v 1.4.21
  24. npm ERR! code ELIFECYCLE
  25. npm WARN This failure might be due to the use of legacy binary "node"
  26. npm WARN For further explanations, please read
  27. /usr/share/doc/nodejs/README.Debian
  28.  
  29. npm ERR!
  30. npm ERR! Additional logging details can be found in:
  31. npm ERR! /home/ubuntu/numenta-apps/htmengine-traffic-tutorial/node-client/npm-debug.log
  32. npm ERR! not ok code 0
  33.  
  34.  
  35. npm-debug.log:
  36.  
  37. 0 info it worked if it ends with ok
  38. 1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'start' ]
  39. 2 info using npm@1.4.21
  40. 3 info using node@v0.10.25
  41. 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
  42. 5 info prestart htmengine-node-client@1.0.0
  43. 6 info start htmengine-node-client@1.0.0
  44. 7 verbose unsafe-perm in lifecycle true
  45. 8 info htmengine-node-client@1.0.0 Failed to exec start script
  46. 9 error htmengine-node-client@1.0.0 start: `node index.js`
  47. 9 error Exit status 127
  48. 10 error Failed at the htmengine-node-client@1.0.0 start script.
  49. 10 error This is most likely a problem with the htmengine-node-client package,
  50. 10 error not with npm itself.
  51. 10 error Tell the author that this fails on your system:
  52. 10 error node index.js
  53. 10 error You can get their info via:
  54. 10 error npm owner ls htmengine-node-client
  55. 10 error There is likely additional logging output above.
  56. 11 error System Linux 4.2.0-16-generic
  57. 12 error command "/usr/bin/nodejs" "/usr/bin/npm" "start"
  58. 13 error cwd /home/ubuntu/numenta-apps/htmengine-traffic-tutorial/node-client
  59. 14 error node -v v0.10.25
  60. 15 error npm -v 1.4.21
  61. 16 error code ELIFECYCLE
  62. 17 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement