Skip to content

Instantly share code, notes, and snippets.

@kimispencer
Created September 12, 2016 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimispencer/ac6070060daf82d2e421f95574c439f2 to your computer and use it in GitHub Desktop.
Save kimispencer/ac6070060daf82d2e421f95574c439f2 to your computer and use it in GitHub Desktop.
Last login: Mon Sep 12 14:46:41 on ttys006
unos-MacBook-Pro:suited-template unomas$ pwd
/Users/unomas/Documents/web/suited-template
unos-MacBook-Pro:suited-template unomas$ heroku logs --tail
2016-09-12T18:38:01.716822+00:00 app[web.1]: npm ERR! not with npm itself.
2016-09-12T18:38:01.716931+00:00 app[web.1]: npm ERR! Tell the author that this fails on your system:
2016-09-12T18:38:01.717036+00:00 app[web.1]: npm ERR! rm -rf dist && webpack --config ./webpack/webpack-prod.config.js --colors
2016-09-12T18:38:01.720845+00:00 app[web.1]:
2016-09-12T18:38:01.717142+00:00 app[web.1]: npm ERR! You can get information on how to open an issue for this project with:
2016-09-12T18:38:01.717247+00:00 app[web.1]: npm ERR! npm bugs express-react-redux-starter
2016-09-12T18:38:01.717354+00:00 app[web.1]: npm ERR! Or if that isn't available, you can get their info via:
2016-09-12T18:38:01.717457+00:00 app[web.1]: npm ERR! npm owner ls express-react-redux-starter
2016-09-12T18:38:01.717561+00:00 app[web.1]: npm ERR! There is likely additional logging output above.
2016-09-12T18:38:01.721139+00:00 app[web.1]: npm ERR! /app/npm-debug.log
2016-09-12T18:38:01.721037+00:00 app[web.1]: npm ERR! Please include the following file with any support request:
2016-09-12T18:38:01.804192+00:00 heroku[web.1]: State changed from starting to crashed
2016-09-12T18:38:01.778519+00:00 heroku[web.1]: Process exited with status 1
2016-09-12T18:40:22.839971+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=pure-hamlet-58714.herokuapp.com request_id=1ad2b71b-6eb4-46eb-91ed-8c8853865074 fwd="24.164.138.212" dyno= connect= service= status=503 bytes=
2016-09-12T18:40:23.336883+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=pure-hamlet-58714.herokuapp.com request_id=0b8b2c2a-e9d4-44ac-9bfd-a30dc9cb556e fwd="24.164.138.212" dyno= connect= service= status=503 bytes=
2016-09-12T18:42:25.952646+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=pure-hamlet-58714.herokuapp.com request_id=f51c478b-ed8e-4b53-bcf2-f4e51154fd17 fwd="24.164.138.212" dyno= connect= service= status=503 bytes=
2016-09-12T18:42:26.512667+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=pure-hamlet-58714.herokuapp.com request_id=f4ca8312-2f76-4f5e-a6f3-ec03e0cf7c7e fwd="24.164.138.212" dyno= connect= service= status=503 bytes=
2016-09-12T18:51:45.004131+00:00 heroku[api]: Deploy f2b991c by kimispencer@gmail.com
2016-09-12T18:51:45.004229+00:00 heroku[api]: Release v5 created by kimispencer@gmail.com
2016-09-12T18:51:45.204441+00:00 heroku[slug-compiler]: Slug compilation started
2016-09-12T18:51:45.204452+00:00 heroku[slug-compiler]: Slug compilation finished
2016-09-12T18:51:45.252912+00:00 heroku[web.1]: State changed from crashed to starting
2016-09-12T18:51:46.961868+00:00 heroku[web.1]: Starting process with command `npm run build && npm start`
2016-09-12T18:51:49.874610+00:00 app[web.1]:
2016-09-12T18:51:49.874629+00:00 app[web.1]: > express-react-redux-starter@1.0.0 build /app
2016-09-12T18:51:49.874630+00:00 app[web.1]: > rm -rf dist && webpack --config ./webpack/webpack-prod.config.js --colors
2016-09-12T18:51:49.874630+00:00 app[web.1]:
2016-09-12T18:51:49.883455+00:00 app[web.1]: sh: 1: webpack: not found
2016-09-12T18:51:49.888300+00:00 app[web.1]:
2016-09-12T18:51:49.898251+00:00 app[web.1]: npm ERR! Linux 3.13.0-91-generic
2016-09-12T18:51:49.898771+00:00 app[web.1]: npm ERR! argv "/app/.heroku/node/bin/node" "/app/.heroku/node/bin/npm" "run" "build"
2016-09-12T18:51:49.899141+00:00 app[web.1]: npm ERR! node v5.11.1
2016-09-12T18:51:49.899452+00:00 app[web.1]: npm ERR! npm v3.8.6
2016-09-12T18:51:49.899678+00:00 app[web.1]: npm ERR! file sh
2016-09-12T18:51:49.899890+00:00 app[web.1]: npm ERR! code ELIFECYCLE
2016-09-12T18:51:49.900102+00:00 app[web.1]: npm ERR! errno ENOENT
2016-09-12T18:51:49.900337+00:00 app[web.1]: npm ERR! syscall spawn
2016-09-12T18:51:49.900538+00:00 app[web.1]: npm ERR! express-react-redux-starter@1.0.0 build: `rm -rf dist && webpack --config ./webpack/webpack-prod.config.js --colors`
2016-09-12T18:51:49.900729+00:00 app[web.1]: npm ERR! spawn ENOENT
2016-09-12T18:51:49.900908+00:00 app[web.1]: npm ERR!
2016-09-12T18:51:49.901074+00:00 app[web.1]: npm ERR! Failed at the express-react-redux-starter@1.0.0 build script 'rm -rf dist && webpack --config ./webpack/webpack-prod.config.js --colors'.
2016-09-12T18:51:49.901244+00:00 app[web.1]: npm ERR! Make sure you have the latest version of node.js and npm installed.
2016-09-12T18:51:49.901411+00:00 app[web.1]: npm ERR! If you do, this is most likely a problem with the express-react-redux-starter package,
2016-09-12T18:51:49.901572+00:00 app[web.1]: npm ERR! not with npm itself.
2016-09-12T18:51:49.901731+00:00 app[web.1]: npm ERR! Tell the author that this fails on your system:
2016-09-12T18:51:49.901888+00:00 app[web.1]: npm ERR! rm -rf dist && webpack --config ./webpack/webpack-prod.config.js --colors
2016-09-12T18:51:49.902047+00:00 app[web.1]: npm ERR! You can get information on how to open an issue for this project with:
2016-09-12T18:51:49.902204+00:00 app[web.1]: npm ERR! npm bugs express-react-redux-starter
2016-09-12T18:51:49.902364+00:00 app[web.1]: npm ERR! Or if that isn't available, you can get their info via:
2016-09-12T18:51:49.902628+00:00 app[web.1]: npm ERR! npm owner ls express-react-redux-starter
2016-09-12T18:51:49.902785+00:00 app[web.1]: npm ERR! There is likely additional logging output above.
2016-09-12T18:51:49.908904+00:00 app[web.1]:
2016-09-12T18:51:49.909145+00:00 app[web.1]: npm ERR! Please include the following file with any support request:
2016-09-12T18:51:49.909306+00:00 app[web.1]: npm ERR! /app/npm-debug.log
2016-09-12T18:51:49.997033+00:00 heroku[web.1]: State changed from starting to crashed
2016-09-12T18:51:49.997033+00:00 heroku[web.1]: State changed from crashed to starting
2016-09-12T18:51:49.996869+00:00 heroku[web.1]: Process exited with status 1
2016-09-12T18:51:52.234303+00:00 heroku[web.1]: Starting process with command `npm run build && npm start`
2016-09-12T18:51:55.784313+00:00 app[web.1]:
2016-09-12T18:51:55.784329+00:00 app[web.1]: > express-react-redux-starter@1.0.0 build /app
2016-09-12T18:51:55.784331+00:00 app[web.1]: > rm -rf dist && webpack --config ./webpack/webpack-prod.config.js --colors
2016-09-12T18:51:55.784331+00:00 app[web.1]:
2016-09-12T18:51:55.818718+00:00 app[web.1]:
2016-09-12T18:51:55.812206+00:00 app[web.1]: sh: 1: webpack: not found
2016-09-12T18:51:55.832344+00:00 app[web.1]: npm ERR! Linux 3.13.0-93-generic
2016-09-12T18:51:55.832816+00:00 app[web.1]: npm ERR! argv "/app/.heroku/node/bin/node" "/app/.heroku/node/bin/npm" "run" "build"
2016-09-12T18:51:55.833700+00:00 app[web.1]: npm ERR! node v5.11.1
2016-09-12T18:51:55.833980+00:00 app[web.1]: npm ERR! npm v3.8.6
2016-09-12T18:51:55.834243+00:00 app[web.1]: npm ERR! file sh
2016-09-12T18:51:55.834497+00:00 app[web.1]: npm ERR! code ELIFECYCLE
2016-09-12T18:51:55.834735+00:00 app[web.1]: npm ERR! errno ENOENT
2016-09-12T18:51:55.834993+00:00 app[web.1]: npm ERR! syscall spawn
2016-09-12T18:51:55.835205+00:00 app[web.1]: npm ERR! express-react-redux-starter@1.0.0 build: `rm -rf dist && webpack --config ./webpack/webpack-prod.config.js --colors`
2016-09-12T18:51:55.835537+00:00 app[web.1]: npm ERR! spawn ENOENT
2016-09-12T18:51:55.835744+00:00 app[web.1]: npm ERR!
2016-09-12T18:51:55.835928+00:00 app[web.1]: npm ERR! Failed at the express-react-redux-starter@1.0.0 build script 'rm -rf dist && webpack --config ./webpack/webpack-prod.config.js --colors'.
2016-09-12T18:51:55.836142+00:00 app[web.1]: npm ERR! Make sure you have the latest version of node.js and npm installed.
2016-09-12T18:51:55.836345+00:00 app[web.1]: npm ERR! If you do, this is most likely a problem with the express-react-redux-starter package,
2016-09-12T18:51:55.836544+00:00 app[web.1]: npm ERR! not with npm itself.
2016-09-12T18:51:55.836736+00:00 app[web.1]: npm ERR! Tell the author that this fails on your system:
2016-09-12T18:51:55.836926+00:00 app[web.1]: npm ERR! rm -rf dist && webpack --config ./webpack/webpack-prod.config.js --colors
2016-09-12T18:51:55.837170+00:00 app[web.1]: npm ERR! You can get information on how to open an issue for this project with:
2016-09-12T18:51:55.837284+00:00 app[web.1]: npm ERR! npm bugs express-react-redux-starter
2016-09-12T18:51:55.837481+00:00 app[web.1]: npm ERR! Or if that isn't available, you can get their info via:
2016-09-12T18:51:55.837681+00:00 app[web.1]: npm ERR! npm owner ls express-react-redux-starter
2016-09-12T18:51:55.837878+00:00 app[web.1]: npm ERR! There is likely additional logging output above.
2016-09-12T18:51:55.842914+00:00 app[web.1]:
2016-09-12T18:51:55.843163+00:00 app[web.1]: npm ERR! Please include the following file with any support request:
2016-09-12T18:51:55.843388+00:00 app[web.1]: npm ERR! /app/npm-debug.log
2016-09-12T18:51:55.955664+00:00 heroku[web.1]: Process exited with status 1
2016-09-12T18:51:55.983260+00:00 heroku[web.1]: State changed from starting to crashed
2016-09-12T18:51:56.701435+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=pure-hamlet-58714.herokuapp.com request_id=0abbd57f-a8eb-42f7-8c3b-2c2728f30ca4 fwd="24.164.138.212" dyno= connect= service= status=503 bytes=
2016-09-12T18:51:57.282235+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=pure-hamlet-58714.herokuapp.com request_id=bfb8b714-a3a8-4938-9145-372478870617 fwd="24.164.138.212" dyno= connect= service= status=503 bytes=
2016-09-12T18:54:34.578488+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=pure-hamlet-58714.herokuapp.com request_id=b2c1560d-5c96-4a89-9628-7192eebfb196 fwd="24.164.138.212" dyno= connect= service= status=503 bytes=
2016-09-12T18:54:34.905222+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=pure-hamlet-58714.herokuapp.com request_id=8379aff2-885f-4dd2-8118-4c8ee66c7c95 fwd="24.164.138.212" dyno= connect= service= status=503 bytes=
2016-09-12T18:54:52.922015+00:00 heroku[api]: Starting process with command `bash` by kimispencer@gmail.com
2016-09-12T18:54:55.426998+00:00 heroku[run.9149]: Awaiting client
2016-09-12T18:54:55.455626+00:00 heroku[run.9149]: Starting process with command `bash`
2016-09-12T18:54:55.458664+00:00 heroku[run.9149]: State changed from starting to up
2016-09-12T18:58:22.881639+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=pure-hamlet-58714.herokuapp.com request_id=a7a4ccec-7445-42f7-974b-d0cc796f9f2d fwd="24.164.138.212" dyno= connect= service= status=503 bytes=
2016-09-12T18:58:23.225147+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=pure-hamlet-58714.herokuapp.com request_id=42dddff9-39eb-45d7-8302-c7fe2c3f0afc fwd="24.164.138.212" dyno= connect= service= status=503 bytes=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment