Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. debian@pine64pro:~$ cd /home/debian/Desktop/alexa-avs-sample-app/samples/companionService && npm start
  2.  
  3. > alexa-voice-service-sample-companion-service@1.0.0 start /home/debian/Desktop/alexa-avs-sample-app/samples/companionService
  4. > node ./bin/www
  5.  
  6. This node service needs to be running to store token information memory and vend them for the AVS app.
  7.  
  8. module.js:471
  9. throw err;
  10. ^
  11.  
  12. Error: Cannot find module 'express'
  13. at Function.Module._resolveFilename (module.js:469:15)
  14. at Function.Module._load (module.js:417:25)
  15. at Module.require (module.js:497:17)
  16. at require (internal/module.js:20:19)
  17. at Object.<anonymous> (/home/debian/Desktop/alexa-avs-sample-app/samples/companionService/app.js:1:77)
  18. at Module._compile (module.js:570:32)
  19. at Object.Module._extensions..js (module.js:579:10)
  20. at Module.load (module.js:487:32)
  21. at tryModuleLoad (module.js:446:12)
  22. at Function.Module._load (module.js:438:3)
  23.  
  24. npm ERR! Linux 3.10.102-0-pine64-longsleep
  25. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
  26. npm ERR! node v6.9.2
  27. npm ERR! npm v3.10.9
  28. npm ERR! code ELIFECYCLE
  29. npm ERR! alexa-voice-service-sample-companion-service@1.0.0 start: `node ./bin/www`
  30. npm ERR! Exit status 1
  31. npm ERR!
  32. npm ERR! Failed at the alexa-voice-service-sample-companion-service@1.0.0 start script 'node ./bin/www'.
  33. npm ERR! Make sure you have the latest version of node.js and npm installed.
  34. npm ERR! If you do, this is most likely a problem with the alexa-voice-service-sample-companion-service package,
  35. npm ERR! not with npm itself.
  36. npm ERR! Tell the author that this fails on your system:
  37. npm ERR! node ./bin/www
  38. npm ERR! You can get information on how to open an issue for this project with:
  39. npm ERR! npm bugs alexa-voice-service-sample-companion-service
  40. npm ERR! Or if that isn't available, you can get their info via:
  41. npm ERR! npm owner ls alexa-voice-service-sample-companion-service
  42. npm ERR! There is likely additional logging output above.
  43. npm WARN Local package.json exists, but node_modules missing, did you mean to install?
  44.  
  45. npm ERR! Please include the following file with any support request:
  46. npm ERR! /home/debian/Desktop/alexa-avs-sample-app/samples/companionService/npm-debug.log
  47. debian@pine64pro:~/Desktop/alexa-avs-sample-app/samples/companionService$ cd
  48. debian@pine64pro:~$ cd ~/Desktop/alexa-avs-sample-app/samples
  49. debian@pine64pro:~/Desktop/alexa-avs-sample-app/samples$ cd companionService && npm start
  50.  
  51. > alexa-voice-service-sample-companion-service@1.0.0 start /home/debian/Desktop/alexa-avs-sample-app/samples/companionService
  52. > node ./bin/www
  53.  
  54. This node service needs to be running to store token information memory and vend them for the AVS app.
  55.  
  56. module.js:471
  57. throw err;
  58. ^
  59.  
  60. Error: Cannot find module 'express'
  61. at Function.Module._resolveFilename (module.js:469:15)
  62. at Function.Module._load (module.js:417:25)
  63. at Module.require (module.js:497:17)
  64. at require (internal/module.js:20:19)
  65. at Object.<anonymous> (/home/debian/Desktop/alexa-avs-sample-app/samples/companionService/app.js:1:77)
  66. at Module._compile (module.js:570:32)
  67. at Object.Module._extensions..js (module.js:579:10)
  68. at Module.load (module.js:487:32)
  69. at tryModuleLoad (module.js:446:12)
  70. at Function.Module._load (module.js:438:3)
  71.  
  72. npm ERR! Linux 3.10.102-0-pine64-longsleep
  73. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
  74. npm ERR! node v6.9.2
  75. npm ERR! npm v3.10.9
  76. npm ERR! code ELIFECYCLE
  77. npm ERR! alexa-voice-service-sample-companion-service@1.0.0 start: `node ./bin/www`
  78. npm ERR! Exit status 1
  79. npm ERR!
  80. npm ERR! Failed at the alexa-voice-service-sample-companion-service@1.0.0 start script 'node ./bin/www'.
  81. npm ERR! Make sure you have the latest version of node.js and npm installed.
  82. npm ERR! If you do, this is most likely a problem with the alexa-voice-service-sample-companion-service package,
  83. npm ERR! not with npm itself.
  84. npm ERR! Tell the author that this fails on your system:
  85. npm ERR! node ./bin/www
  86. npm ERR! You can get information on how to open an issue for this project with:
  87. npm ERR! npm bugs alexa-voice-service-sample-companion-service
  88. npm ERR! Or if that isn't available, you can get their info via:
  89. npm ERR! npm owner ls alexa-voice-service-sample-companion-service
  90. npm ERR! There is likely additional logging output above.
  91. npm WARN Local package.json exists, but node_modules missing, did you mean to install?
  92.  
  93. npm ERR! Please include the following file with any support request:
  94. npm ERR! /home/debian/Desktop/alexa-avs-sample-app/samples/companionService/npm-debug.log
  95. debian@pine64pro:~/Desktop/alexa-avs-sample-app/samples/companionService$ cd
  96. debian@pine64pro:~$ npm --version
  97. 3.10.9
  98. debian@pine64pro:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement