Created
January 16, 2017 17:03
-
-
Save kurtzilla/64e9572bc3b6049b9c8b8a330baa114f to your computer and use it in GitHub Desktop.
Heroku deploy logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/source/react2017/January/webpack-tuts/my-repo master git push heroku master | |
Counting objects: 3, done. | |
Delta compression using up to 8 threads. | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 287 bytes | 0 bytes/s, done. | |
Total 3 (delta 2), reused 0 (delta 0) | |
remote: Compressing source files... done. | |
remote: Building source: | |
remote: | |
remote: -----> Deleting 1 files matching .slugignore patterns. | |
remote: -----> Node.js app detected | |
remote: | |
remote: -----> Creating runtime environment | |
remote: | |
remote: NPM_CONFIG_LOGLEVEL=error | |
remote: NPM_CONFIG_PRODUCTION=false | |
remote: NODE_ENV=production | |
remote: NODE_MODULES_CACHE=true | |
remote: | |
remote: -----> Installing binaries | |
remote: engines.node (package.json): >=6 | |
remote: engines.npm (package.json): unspecified (use default) | |
remote: | |
remote: Resolving node version >=6 via semver.io... | |
remote: Downloading and installing node 6.9.1... | |
remote: Using default npm version: 3.10.8 | |
remote: | |
remote: -----> Restoring cache | |
remote: Loading 2 from cacheDirectories (default): | |
remote: - node_modules | |
remote: - bower_components (not cached - skipping) | |
remote: | |
remote: -----> Building dependencies | |
remote: Installing node modules (package.json) | |
remote: | |
remote: > [email protected] preinstall /tmp/build_c33ee21117be5e36e5a203050ee61967 | |
remote: > node tools/scripts/preinstall | |
remote: | |
remote: | |
remote: > [email protected] postinstall /tmp/build_c33ee21117be5e36e5a203050ee61967 | |
remote: > npm run build | |
remote: | |
remote: | |
remote: > [email protected] build /tmp/build_c33ee21117be5e36e5a203050ee61967 | |
remote: > cross-env NODE_ENV=production babel-node tools/scripts/build | |
remote: | |
remote: ==> Creating webpack config for "client" in "production" mode | |
remote: ==> Creating webpack config for "server" in "production" mode | |
remote: Hash: d1e121f53c35adfae172 | |
remote: Version: webpack 2.2.0-rc.3 | |
remote: Time: 14003ms | |
remote: Asset Size Chunks Chunk Names | |
remote: index.js 96.2 kB 0 [emitted] index | |
remote: index.js.map 106 kB 0 [emitted] index | |
remote: chunk {0} index.js, index.js.map (index) 68 kB [entry] [rendered] | |
remote: [0] ./config/index.js 14.8 kB {0} [built] | |
remote: [2] external "path" 42 bytes {0} [not cacheable] | |
remote: [3] external "app-root-dir" 42 bytes {0} [not cacheable] | |
remote: [9] external "express" 42 bytes {0} [not cacheable] | |
remote: [10] ./src/server/index.js 2.16 kB {0} [built] | |
remote: [11] ./~/source-map-support/register.js 25 bytes {0} [built] | |
remote: [17] ./src/server/middleware/clientBundle.js 333 bytes {0} [built] | |
remote: [18] ./src/server/middleware/errorHandlers.js 892 bytes {0} [built] | |
remote: [19] ./src/server/middleware/offlinePage.js 1.09 kB {0} [built] | |
remote: [22] ./src/server/middleware/reactApplication/index.js 3.72 kB {0} [built] | |
remote: [23] ./src/server/middleware/security.js 4.32 kB {0} [built] | |
remote: [24] ./src/server/middleware/serviceWorker.js 411 bytes {0} [built] | |
remote: [41] ./~/source-map-support/source-map-support.js 16.1 kB {0} [built] | |
remote: [44] external "compression" 42 bytes {0} [not cacheable] | |
remote: [54] multi index 40 bytes {0} [built] | |
remote: + 40 hidden modules | |
remote: Hash: 20da2a5641f9c2c5c87d | |
remote: Version: webpack 2.2.0-rc.3 | |
remote: Time: 14056ms | |
remote: Asset Size Chunks Chunk Names | |
remote: 93a2b06556deb55b214bb0cfbce8a4e0.png 9.3 kB [emitted] | |
remote: about-0e89dbf3d1f83bbf1929.js 1.41 kB 0 [emitted] about | |
remote: home-08f918a0661fa31dfaf1.js 657 bytes 1 [emitted] home | |
remote: index-ad82b612647007db5866.js 231 kB 2 [emitted] index | |
remote: index-ad82b612647007db5866.css 2.54 kB 2 [emitted] index | |
remote: index-ad82b612647007db5866.css.map 107 bytes 2 [emitted] index | |
remote: offline.html 2.04 kB [emitted] | |
remote: sw.js 8.78 kB [emitted] | |
remote: chunk {0} about-0e89dbf3d1f83bbf1929.js (about) 1.95 kB {2} [rendered] | |
remote: [245] ./src/shared/components/DemoApp/About/index.js 34 bytes {0} [built] | |
remote: [247] ./src/shared/components/DemoApp/About/About.js 1.44 kB {0} [built] | |
remote: [248] ./src/shared/components/DemoApp/About/Contributor/Contributor.js 432 bytes {0} [built] | |
remote: [249] ./src/shared/components/DemoApp/About/Contributor/index.js 40 bytes {0} [built] | |
remote: chunk {1} home-08f918a0661fa31dfaf1.js (home) 698 bytes {2} [rendered] | |
remote: [246] ./src/shared/components/DemoApp/Home/index.js 33 bytes {1} [built] | |
remote: [250] ./src/shared/components/DemoApp/Home/Home.js 665 bytes {1} [built] | |
remote: chunk {2} index-ad82b612647007db5866.js, index-ad82b612647007db5866.css, index-ad82b612647007db5866.css.map (index) 893 kB [entry] [rendered] | |
remote: [3] ./~/react/react.js 56 bytes {2} [built] | |
remote: [38] ./~/node-libs-browser/~/process/browser.js 5.3 kB {2} [built] | |
remote: [56] ./~/react-router/index.js 2.85 kB {2} [built] | |
remote: [59] ./src/shared/utils/config.js 3.76 kB {2} [built] | |
remote: [62] ./~/code-split-component/commonjs/index.js 1.11 kB {2} [built] | |
remote: [96] ./src/client/index.js 2.21 kB {2} [built] | |
remote: [97] ./~/regenerator-runtime/runtime.js 22.5 kB {2} [built] | |
remote: [99] ./~/code-split-component/commonjs/CodeSplit.js 8.42 kB {2} [built] | |
remote: [123] ./src/client/components/ReactHotLoader.js 462 bytes {2} [built] | |
remote: [124] ./src/client/registerServiceWorker.js 1.51 kB {2} [built] | |
remote: [134] ./src/shared/components/DemoApp/index.js 36 bytes {2} [built] | |
remote: [146] ./~/react-dom/index.js 59 bytes {2} [built] | |
remote: [217] ./~/react-router/Match.js 5.2 kB {2} [built] | |
remote: [243] (webpack)/buildin/global.js 506 bytes {2} [built] | |
remote: [244] multi index 40 bytes {2} [built] | |
remote: + 230 hidden modules | |
remote: Child __offline_serviceworker: | |
remote: Asset Size Chunks Chunk Names | |
remote: __offline_serviceworker 7.19 kB 0 __offline_serviceworker | |
remote: chunk {0} __offline_serviceworker (__offline_serviceworker) 16.2 kB [entry] [rendered] | |
remote: [0] ./~/offline-plugin/empty-entry.js 0 bytes {0} [built] | |
remote: [1] ./~/offline-plugin/lib/misc/sw-loader.js?json=%7B%22data_var_name%22%3A%22__wpo%22%2C%22loaders%22%3A%5B%5D%2C%22cacheMaps%22%3A%5B%5D%7D!./~/offline-plugin/empty-entry.js 16.2 kB {0} [built] | |
remote: Child html-webpack-plugin for "offline.html": | |
remote: Asset Size Chunks Chunk Names | |
remote: offline.html 10.1 kB 0 | |
remote: chunk {0} offline.html 6.31 kB [entry] [rendered] | |
remote: [0] ./~/babel-register/lib/browser.js 114 bytes {0} [built] | |
remote: [1] ./tools/webpack/offlinePage/generate.js 2.3 kB {0} [built] | |
remote: [2] ./~/serialize-javascript/index.js 3.42 kB {0} [built] | |
remote: [3] external "util" 42 bytes {0} [not cacheable] | |
remote: [4] ./~/html-webpack-plugin/lib/loader.js!./tools/webpack/offlinePage/index.js 433 bytes {0} [built] | |
remote: Child extract-text-webpack-plugin: | |
remote: chunk {0} extract-text-webpack-plugin-output-filename 4 kB [entry] [rendered] | |
remote: [0] ./~/css-loader/lib/css-base.js 1.51 kB {0} [built] | |
remote: [1] ./~/css-loader!./~/normalize.css/normalize.css 2.49 kB {0} [built] | |
remote: Child extract-text-webpack-plugin: | |
remote: chunk {0} extract-text-webpack-plugin-output-filename 1.86 kB [entry] [rendered] | |
remote: [0] ./~/css-loader/lib/css-base.js 1.51 kB {0} [built] | |
remote: [1] ./~/css-loader!./src/shared/components/DemoApp/globals.css 358 bytes {0} [built] | |
remote: | |
remote: -----> Caching build | |
remote: Clearing previous node cache | |
remote: Saving 2 cacheDirectories (default): | |
remote: - node_modules | |
remote: - bower_components (nothing to cache) | |
remote: | |
remote: -----> Build succeeded! | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── UNMET PEER DEPENDENCY [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: ├── [email protected] | |
remote: └── [email protected] | |
remote: | |
remote: ! Unmet dependencies don't fail npm install but may cause runtime issues | |
remote: https://github.com/npm/npm/issues/7494 | |
remote: | |
remote: -----> Discovering process types | |
remote: Procfile declares types -> (none) | |
remote: Default types for buildpack -> web | |
remote: | |
remote: -----> Compressing... | |
remote: Done: 31.3M | |
remote: -----> Launching... | |
remote: Released v6 | |
remote: https://my-heroku-universe.herokuapp.com/ deployed to Heroku | |
remote: | |
remote: Verifying deploy.... done. | |
To https://git.heroku.com/my-heroku-universe.git | |
d68e6e9..924362a master -> master | |
~/source/react2017/January/webpack-tuts/my-repo master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment