Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2017
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.07 KB | None | 0 0
  1. {
  2. "name": "Reviews Hotel",
  3. "version": "1.0.0",
  4. "description": "This repo contains the Reviews Hotel application that is built through Full Stack Web Developer course.",
  5. "main": "app.js",
  6. "scripts": {
  7. "start": "node app.js"
  8. },
  9. "engines": {
  10. "node": "8.2.1",
  11. "npm": "5.3.0"
  12. },
  13. "dependencies": {
  14. "angular": "^1.5.6",
  15. "angular-route": "^1.5.6",
  16. "angular-jwt": "^0.0.9",
  17. "bcrypt-nodejs": "^0.0.3",
  18. "jsonwebtoken": "^7.1.3",
  19. "body-parser": "^1.14.2",
  20. "express": "^4.13.3",
  21. "mongodb": "^2.1.7",
  22. "mongoose": "^4.4.8"
  23. },
  24. "devDependencies": {
  25. "mocha": "^2.3.3"
  26. },
  27. "scripts": {
  28. "test": "mocha"
  29. },
  30. "author": "Aurora Ruggieri",
  31. "keywords": [
  32. "FullStack"
  33. ],
  34. "license": "ISC"
  35. }
  36.  
  37. desktopreviews-hotel> heroku logs
  38. .134604+00:00 app[api]: Release v1 created by user aurora.ruggieri@gmail.com
  39. .134604+00:00 app[api]: Initial release by user aurora.ruggieri@gmail.com
  40. .228634+00:00 app[api]: Release v2 created by user aurora.ruggieri@gmail.com
  41. .228634+00:00 app[api]: Enable Logplex by user aurora.ruggieri@gmail.com
  42. .000000+00:00 app[api]: Build started by user aurora.ruggieri@gmail.com
  43. .659883+00:00 app[api]: Scaled to web@1:Free by user aurora.ruggieri@gmail.com
  44. .647869+00:00 app[api]: Deploy ec057b8f by user aurora.ruggieri@gmail.com
  45. .647869+00:00 app[api]: Release v3 created by user aurora.ruggieri@gmail.com
  46. .000000+00:00 app[api]: Build succeeded
  47. .225583+00:00 heroku[web.1]: Starting process with command `node app.js`
  48. .207682+00:00 app[web.1]: /app/app.js:10
  49. .207698+00:00 app[web.1]: app.set('port', (process.env.PORT || 8080);
  50. .207699+00:00 app[web.1]: ^
  51. .207700+00:00 app[web.1]:
  52. .207700+00:00 app[web.1]: SyntaxError: missing ) after argument list
  53. .207701+00:00 app[web.1]: at createScript (vm.js:74:10)
  54. .207702+00:00 app[web.1]: at Object.runInThisContext (vm.js:116:10)
  55. .207702+00:00 app[web.1]: at Module._compile (module.js:533:28)
  56. .207703+00:00 app[web.1]: at Object.Module._extensions..js (module.js:580:10)
  57. .207703+00:00 app[web.1]: at Module.load (module.js:503:32)
  58. .207704+00:00 app[web.1]: at tryModuleLoad (module.js:466:12)
  59. .207705+00:00 app[web.1]: at Function.Module._load (module.js:458:3)
  60. .207706+00:00 app[web.1]: at startup (bootstrap_node.js:158:16)
  61. .207705+00:00 app[web.1]: at Function.Module.runMain (module.js:605:10)
  62. .207706+00:00 app[web.1]: at bootstrap_node.js:575:3
  63. .279395+00:00 heroku[web.1]: Process exited with status 1
  64. .294570+00:00 heroku[web.1]: State changed from starting to crashed
  65. .296871+00:00 heroku[web.1]: State changed from crashed to starting
  66. .853411+00:00 heroku[web.1]: Starting process with command `node app.js`
  67. .013098+00:00 app[web.1]: /app/app.js:10
  68. .013116+00:00 app[web.1]: app.set('port', (process.env.PORT || 8080);
  69. .013117+00:00 app[web.1]: ^
  70. .013118+00:00 app[web.1]:
  71. .013119+00:00 app[web.1]: at createScript (vm.js:74:10)
  72. .013118+00:00 app[web.1]: SyntaxError: missing ) after argument list
  73. .013120+00:00 app[web.1]: at Object.runInThisContext (vm.js:116:10)
  74. .013120+00:00 app[web.1]: at Module._compile (module.js:533:28)
  75. .013121+00:00 app[web.1]: at Object.Module._extensions..js (module.js:580:10)
  76. .013122+00:00 app[web.1]: at Module.load (module.js:503:32)
  77. .013122+00:00 app[web.1]: at tryModuleLoad (module.js:466:12)
  78. .013123+00:00 app[web.1]: at Function.Module._load (module.js:458:3)
  79. .013124+00:00 app[web.1]: at Function.Module.runMain (module.js:605:10)
  80. .013124+00:00 app[web.1]: at startup (bootstrap_node.js:158:16)
  81. .013125+00:00 app[web.1]: at bootstrap_node.js:575:3
  82. .101161+00:00 heroku[web.1]: State changed from starting to crashed
  83. .086036+00:00 heroku[web.1]: Process exited with status 1
  84. .121648+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=reviews-hotel.herokuapp.com request_id=11865904-56b3-452a-af1f-6fbf85696973 fwd="
  85. = connect= service= status=503 bytes= protocol=https
  86. .137979+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=reviews-hotel.herokuapp.com request_id=e848f589-8f1f-4b65-971f-5fb19a9
  87. 24.38" dyno= connect= service= status=503 bytes= protocol=https
  88. .120626+00:00 heroku[web.1]: State changed from crashed to starting
  89. .405397+00:00 heroku[web.1]: Starting process with command `node app.js`
  90. .140238+00:00 app[web.1]: /app/app.js:10
  91. .140257+00:00 app[web.1]: app.set('port', (process.env.PORT || 8080);
  92. .140258+00:00 app[web.1]: ^
  93. .140259+00:00 app[web.1]:
  94. .140259+00:00 app[web.1]: SyntaxError: missing ) after argument list
  95. .140260+00:00 app[web.1]: at createScript (vm.js:74:10)
  96. .140260+00:00 app[web.1]: at Object.runInThisContext (vm.js:116:10)
  97. .140261+00:00 app[web.1]: at Module._compile (module.js:533:28)
  98. .140262+00:00 app[web.1]: at Object.Module._extensions..js (module.js:580:10)
  99. .140262+00:00 app[web.1]: at Module.load (module.js:503:32)
  100. .140263+00:00 app[web.1]: at tryModuleLoad (module.js:466:12)
  101. .140263+00:00 app[web.1]: at Function.Module._load (module.js:458:3)
  102. .140264+00:00 app[web.1]: at Function.Module.runMain (module.js:605:10)
  103. .140265+00:00 app[web.1]: at startup (bootstrap_node.js:158:16)
  104. .140265+00:00 app[web.1]: at bootstrap_node.js:575:3
  105. .238107+00:00 heroku[web.1]: State changed from starting to crashed
  106. .228469+00:00 heroku[web.1]: Process exited with status 1
  107. .452253+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=reviews-hotel.herokuapp.com request_id=b46afc8a-155f-437b-af65-cbeee901be46 fwd="
  108. = connect= service= status=503 bytes= protocol=https
  109. .023226+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=reviews-hotel.herokuapp.com request_id=dbf9fc62-9a09-4fe5-b4f5-8dbdb6c
  110. 24.38" dyno= connect= service= status=503 bytes= protocol=https
  111. .942085+00:00 heroku[web.1]: State changed from crashed to starting
  112. .236872+00:00 heroku[web.1]: Starting process with command `node app.js`
  113. .819323+00:00 app[web.1]: /app/app.js:10
  114. .819342+00:00 app[web.1]: app.set('port', (process.env.PORT || 8080);
  115. .819344+00:00 app[web.1]:
  116. .819343+00:00 app[web.1]: ^
  117. .819344+00:00 app[web.1]: SyntaxError: missing ) after argument list
  118. .819345+00:00 app[web.1]: at createScript (vm.js:74:10)
  119. .819345+00:00 app[web.1]: at Object.runInThisContext (vm.js:116:10)
  120. .819346+00:00 app[web.1]: at Module._compile (module.js:533:28)
  121. .819347+00:00 app[web.1]: at Object.Module._extensions..js (module.js:580:10)
  122. .819348+00:00 app[web.1]: at Module.load (module.js:503:32)
  123. .819348+00:00 app[web.1]: at tryModuleLoad (module.js:466:12)
  124. .819349+00:00 app[web.1]: at Function.Module._load (module.js:458:3)
  125. .819350+00:00 app[web.1]: at Function.Module.runMain (module.js:605:10)
  126. .819351+00:00 app[web.1]: at startup (bootstrap_node.js:158:16)
  127. .819351+00:00 app[web.1]: at bootstrap_node.js:575:3
  128. .930122+00:00 heroku[web.1]: State changed from starting to crashed
  129. .912507+00:00 heroku[web.1]: Process exited with status 1
  130. desktopreviews-hotel>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement