Advertisement
Guest User

Untitled

a guest
Oct 14th, 2018
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.07 KB | None | 0 0
  1. {
  2. "name": "example-create-react-app-express",
  3. "version": "1.0.0",
  4. "scripts": {
  5. "client": "cd client && yarn start",
  6. "server": "nodemon --experimental-modules server.mjs",
  7. "dev": "concurrently --kill-others-on-fail "npm run server --experimental-modules " "npm run client --experimental-modules"",
  8. "start": "npm server.mjs --experimental-modules",
  9. "heroku-postbuild": "cd client && npm install --experimental-modules && npm install --experimental-modules --only=dev --no-shrinkwrap && npm run build --experimental-modules"
  10. },
  11. "dependencies": {
  12. "axios": "^0.18.0",
  13. "body-parser": "^1.18.3",
  14. "express": "^4.16.3",
  15. "lorem-ipsum": "^1.0.6",
  16. "mongoose": "^5.2.10",
  17. "shortid": "^2.2.13",
  18. "uuid": "^3.3.2"
  19. },
  20. "devDependencies": {
  21. "concurrently": "^3.5.0",
  22. "dotenv": "^6.0.0"
  23. },
  24. "main": "index.js",
  25. "repository": "git@github.com:HenryPTS/keirei.git",
  26. "author": "HenryPTS <steinbergvhenry@gmail.com>",
  27. "license": "MIT"
  28. }
  29.  
  30. {
  31. "name": "keirei",
  32. "version": "0.1.0",
  33. "private": true,
  34. "dependencies": {
  35. "autoprefixer": "7.1.6",
  36. "babel-core": "6.26.0",
  37. "babel-eslint": "7.2.3",
  38. "babel-jest": "20.0.3",
  39. "babel-loader": "7.1.2",
  40. "babel-preset-react-app": "^3.1.2",
  41. "babel-runtime": "6.26.0",
  42. "case-sensitive-paths-webpack-plugin": "2.1.1",
  43. "chalk": "1.1.3",
  44. "css-loader": "0.28.7",
  45. "dotenv": "4.0.0",
  46. "dotenv-expand": "4.2.0",
  47. "eslint": "4.10.0",
  48. "eslint-config-react-app": "^2.1.0",
  49. "eslint-loader": "1.9.0",
  50. "eslint-plugin-flowtype": "2.39.1",
  51. "eslint-plugin-import": "2.8.0",
  52. "eslint-plugin-jsx-a11y": "5.1.1",
  53. "eslint-plugin-react": "7.4.0",
  54. "extract-text-webpack-plugin": "3.0.2",
  55. "file-loader": "1.1.5",
  56. "fs-extra": "3.0.1",
  57. "html-webpack-plugin": "2.29.0",
  58. "jest": "20.0.4",
  59. "object-assign": "4.1.1",
  60. "postcss-flexbugs-fixes": "3.2.0",
  61. "postcss-loader": "2.0.8",
  62. "promise": "8.0.1",
  63. "raf": "3.4.0",
  64. "react": "^16.4.2",
  65. "react-dev-utils": "^5.0.2",
  66. "react-dom": "^16.4.2",
  67. "react-router": "^4.3.1",
  68. "react-router-dom": "^4.3.1",
  69. "resolve": "1.6.0",
  70. "style-loader": "0.19.0",
  71. "sw-precache-webpack-plugin": "0.11.4",
  72. "url-loader": "0.6.2",
  73. "webpack": "3.8.1",
  74. "webpack-dev-server": "2.11.3",
  75. "webpack-manifest-plugin": "1.3.2",
  76. "whatwg-fetch": "2.0.3"
  77. },
  78. "scripts": {
  79. "start": "node scripts/start.js",
  80. "build": "node scripts/build.js",
  81. "test": "node scripts/test.js --env=jsdom"
  82. },
  83. "proxy": "http://localhost:5000/",
  84. "jest": {
  85. "collectCoverageFrom": [
  86. "src/**/*.{js,jsx,mjs}"
  87. ],
  88. "setupFiles": [
  89. "<rootDir>/config/polyfills.js"
  90. ],
  91. "testMatch": [
  92. "<rootDir>/src/**/__tests__/**/*.{js,jsx,mjs}",
  93. "<rootDir>/src/**/?(*.)(spec|test).{js,jsx,mjs}"
  94. ],
  95. "testEnvironment": "node",
  96. "testURL": "http://localhost",
  97. "transform": {
  98. "^.+\.(js|jsx|mjs)$": "<rootDir>/node_modules/babel-jest",
  99. "^.+\.css$": "<rootDir>/config/jest/cssTransform.js",
  100. "^(?!.*\.(js|jsx|mjs|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
  101. },
  102. "transformIgnorePatterns": [
  103. "[/\\]node_modules[/\\].+\.(js|jsx|mjs)$"
  104. ],
  105. "moduleNameMapper": {
  106. "^react-native$": "react-native-web"
  107. },
  108. "moduleFileExtensions": [
  109. "web.js",
  110. "js",
  111. "json",
  112. "web.jsx",
  113. "jsx",
  114. "node",
  115. "mjs"
  116. ]
  117. },
  118. "babel": {
  119. "presets": [
  120. "react-app"
  121. ]
  122. },
  123. "eslintConfig": {
  124. "extends": "react-app"
  125. }
  126. }
  127.  
  128. 2018-10-13T22:19:34.355903+00:00 app[web.1]: npm ERR! example-create-react-app-express@1.0.0 start: `npm server.mjs --experimental-modules`
  129. 2018-10-13T22:19:34.355906+00:00 app[web.1]: npm ERR! Exit status 1
  130. 2018-10-13T22:19:34.355908+00:00 app[web.1]: npm ERR!
  131. 2018-10-13T22:19:34.355911+00:00 app[web.1]: npm ERR! Failed at the example-create-react-app-express@1.0.0 start script.
  132. 2018-10-13T22:19:34.355913+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  133. 2018-10-13T22:19:34.384903+00:00 app[web.1]:
  134. 2018-10-13T22:19:34.384911+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-10-13T22_19_34_357Z-debug.log
  135. 2018-10-13T22:19:34.384909+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
  136. 2018-10-14T03:55:54.538494+00:00 heroku[web.1]: State changed from crashed to starting
  137. 2018-10-14T03:56:03.922469+00:00 heroku[web.1]: Starting process with command `npm start`
  138. 2018-10-14T03:56:07.134337+00:00 app[web.1]: > npm server.mjs --experimental-modules
  139. 2018-10-14T03:56:07.134338+00:00 app[web.1]:
  140. 2018-10-14T03:56:07.134335+00:00 app[web.1]: > example-create-react-app-express@1.0.0 start /app
  141. 2018-10-14T03:56:07.134317+00:00 app[web.1]:
  142. 2018-10-14T03:56:07.660715+00:00 heroku[web.1]: Process exited with status 1
  143. 2018-10-14T03:56:07.677072+00:00 heroku[web.1]: State changed from starting to crashed
  144. 2018-10-14T03:56:07.531845+00:00 app[web.1]:
  145. 2018-10-14T03:56:07.531864+00:00 app[web.1]: Usage: npm <command>
  146. 2018-10-14T03:56:07.531865+00:00 app[web.1]:
  147. 2018-10-14T03:56:07.531867+00:00 app[web.1]: where <command> is one of:
  148. 2018-10-14T03:56:07.531873+00:00 app[web.1]: completion, config, create, ddp, dedupe, deprecate,
  149. 2018-10-14T03:56:07.531879+00:00 app[web.1]: help-search, hook, i, init, install, install-test, it, link,
  150. 2018-10-14T03:56:07.531880+00:00 app[web.1]: list, ln, login, logout, ls, outdated, owner, pack, ping,
  151. 2018-10-14T03:56:07.531881+00:00 app[web.1]: prefix, profile, prune, publish, rb, rebuild, repo, restart,
  152. 2018-10-14T03:56:07.531872+00:00 app[web.1]: access, adduser, audit, bin, bugs, c, cache, ci, cit,
  153. 2018-10-14T03:56:07.531883+00:00 app[web.1]: root, run, run-script, s, se, search, set, shrinkwrap, star,
  154. 2018-10-14T03:56:07.531874+00:00 app[web.1]: dist-tag, docs, doctor, edit, explore, get, help,
  155. 2018-10-14T03:56:07.531884+00:00 app[web.1]: stars, start, stop, t, team, test, token, tst, un,
  156. 2018-10-14T03:56:07.531885+00:00 app[web.1]: uninstall, unpublish, unstar, up, update, v, version, view,
  157. 2018-10-14T03:56:07.531886+00:00 app[web.1]: whoami
  158. 2018-10-14T03:56:07.531892+00:00 app[web.1]: npm <command> -h quick help on <command>
  159. 2018-10-14T03:56:07.531895+00:00 app[web.1]: npm help <term> search for help on <term>
  160. 2018-10-14T03:56:07.531896+00:00 app[web.1]: npm help npm involved overview
  161. 2018-10-14T03:56:07.531887+00:00 app[web.1]:
  162. 2018-10-14T03:56:07.531897+00:00 app[web.1]:
  163. 2018-10-14T03:56:07.531898+00:00 app[web.1]: Specify configs in the ini-formatted file:
  164. 2018-10-14T03:56:07.531893+00:00 app[web.1]: npm -l display full usage info
  165. 2018-10-14T03:56:07.531899+00:00 app[web.1]: /app/.npmrc
  166. 2018-10-14T03:56:07.531900+00:00 app[web.1]: or on the command line via: npm <command> --key value
  167. 2018-10-14T03:56:07.531904+00:00 app[web.1]: npm@6.4.1 /app/.heroku/node/lib/node_modules/npm
  168. 2018-10-14T03:56:07.531902+00:00 app[web.1]: Config info can be viewed via: npm help config
  169. 2018-10-14T03:56:07.557221+00:00 app[web.1]: npm ERR! code ELIFECYCLE
  170. 2018-10-14T03:56:07.557696+00:00 app[web.1]: npm ERR! errno 1
  171. 2018-10-14T03:56:07.559431+00:00 app[web.1]: npm ERR! example-create-react-app-express@1.0.0 start: `npm server.mjs --experimental-modules`
  172. 2018-10-14T03:56:07.559639+00:00 app[web.1]: npm ERR! Exit status 1
  173. 2018-10-14T03:56:07.531903+00:00 app[web.1]:
  174. 2018-10-14T03:56:07.559927+00:00 app[web.1]: npm ERR!
  175. 2018-10-14T03:56:07.538679+00:00 app[web.1]:
  176. 2018-10-14T03:56:07.560174+00:00 app[web.1]: npm ERR! Failed at the example-create-react-app-express@1.0.0 start script.
  177. 2018-10-14T03:56:07.560363+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  178. 2018-10-14T03:56:07.584098+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
  179. 2018-10-14T03:56:07.576127+00:00 app[web.1]:
  180. 2018-10-14T03:56:07.584103+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-10-14T03_56_07_562Z-debug.log
  181. 2018-10-14T09:40:27.916447+00:00 heroku[web.1]: State changed from crashed to starting
  182. 2018-10-14T09:40:37.545339+00:00 heroku[web.1]: Starting process with command `npm start`
  183. 2018-10-14T09:40:40.686480+00:00 app[web.1]:
  184. 2018-10-14T09:40:40.686507+00:00 app[web.1]:
  185. 2018-10-14T09:40:40.686504+00:00 app[web.1]: > example-create-react-app-express@1.0.0 start /app
  186. 2018-10-14T09:40:40.686506+00:00 app[web.1]: > npm server.mjs --experimental-modules
  187. 2018-10-14T09:40:41.864389+00:00 heroku[web.1]: Process exited with status 1
  188. 2018-10-14T09:40:41.922343+00:00 heroku[web.1]: State changed from starting to crashed
  189. 2018-10-14T09:40:41.681977+00:00 app[web.1]:
  190. 2018-10-14T09:40:41.682010+00:00 app[web.1]: Usage: npm <command>
  191. 2018-10-14T09:40:41.682011+00:00 app[web.1]:
  192. 2018-10-14T09:40:41.682013+00:00 app[web.1]: where <command> is one of:
  193. 2018-10-14T09:40:41.682014+00:00 app[web.1]: access, adduser, audit, bin, bugs, c, cache, ci, cit,
  194. 2018-10-14T09:40:41.682016+00:00 app[web.1]: completion, config, create, ddp, dedupe, deprecate,
  195. 2018-10-14T09:40:41.682017+00:00 app[web.1]: dist-tag, docs, doctor, edit, explore, get, help,
  196. 2018-10-14T09:40:41.682020+00:00 app[web.1]: list, ln, login, logout, ls, outdated, owner, pack, ping,
  197. 2018-10-14T09:40:41.682019+00:00 app[web.1]: help-search, hook, i, init, install, install-test, it, link,
  198. 2018-10-14T09:40:41.682021+00:00 app[web.1]: prefix, profile, prune, publish, rb, rebuild, repo, restart,
  199. 2018-10-14T09:40:41.682024+00:00 app[web.1]: stars, start, stop, t, team, test, token, tst, un,
  200. 2018-10-14T09:40:41.682023+00:00 app[web.1]: root, run, run-script, s, se, search, set, shrinkwrap, star,
  201. 2018-10-14T09:40:41.682025+00:00 app[web.1]: uninstall, unpublish, unstar, up, update, v, version, view,
  202. 2018-10-14T09:40:41.682043+00:00 app[web.1]: whoami
  203. 2018-10-14T09:40:41.682044+00:00 app[web.1]:
  204. 2018-10-14T09:40:41.682046+00:00 app[web.1]: npm <command> -h quick help on <command>
  205. 2018-10-14T09:40:41.682047+00:00 app[web.1]: npm -l display full usage info
  206. 2018-10-14T09:40:41.682049+00:00 app[web.1]: npm help <term> search for help on <term>
  207. 2018-10-14T09:40:41.682050+00:00 app[web.1]: npm help npm involved overview
  208. 2018-10-14T09:40:41.682051+00:00 app[web.1]:
  209. 2018-10-14T09:40:41.682053+00:00 app[web.1]: Specify configs in the ini-formatted file:
  210. 2018-10-14T09:40:41.682054+00:00 app[web.1]: /app/.npmrc
  211. 2018-10-14T09:40:41.682055+00:00 app[web.1]: or on the command line via: npm <command> --key value
  212. 2018-10-14T09:40:41.682057+00:00 app[web.1]: Config info can be viewed via: npm help config
  213. 2018-10-14T09:40:41.682058+00:00 app[web.1]:
  214. 2018-10-14T09:40:41.682059+00:00 app[web.1]: npm@6.4.1 /app/.heroku/node/lib/node_modules/npm
  215. 2018-10-14T09:40:41.696647+00:00 app[web.1]:
  216. 2018-10-14T09:40:41.726240+00:00 app[web.1]: npm ERR! code ELIFECYCLE
  217. 2018-10-14T09:40:41.726891+00:00 app[web.1]: npm ERR! errno 1
  218. 2018-10-14T09:40:41.729370+00:00 app[web.1]: npm ERR! example-create-react-app-express@1.0.0 start: `npm server.mjs --experimental-modules`
  219. 2018-10-14T09:40:41.729679+00:00 app[web.1]: npm ERR! Exit status 1
  220. 2018-10-14T09:40:41.730068+00:00 app[web.1]: npm ERR!
  221. 2018-10-14T09:40:41.730338+00:00 app[web.1]: npm ERR! Failed at the example-create-react-app-express@1.0.0 start script.
  222. 2018-10-14T09:40:41.730657+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  223. 2018-10-14T09:40:41.753088+00:00 app[web.1]:
  224. 2018-10-14T09:40:41.753715+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
  225. 2018-10-14T09:40:41.754237+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2018-10-14T09_40_41_733Z-debug.log
  226. 2018-10-14T09:45:51.746113+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=keirei.herokuapp.com request_id=77433bae-0184-481d-8c4e-d91ec8ae6618 fwd="86.5.20.156" dyno= connect= service= status=503 bytes= protocol=https
  227. 2018-10-14T09:45:53.089110+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=keirei.herokuapp.com request_id=d7039d9e-82c4-4513-bfce-be4e534de0b4 fwd="86.5.20.156" dyno= connect= service= status=503 bytes= protocol=https
  228.  
  229. DB_URI=mongodb://ds135952.mlab.com:35952/keirei-db
  230. DB_USER=admin
  231. DB_PASS=limit5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement