Skip to content

Instantly share code, notes, and snippets.

@ekhall
Created September 8, 2016 21:49
Show Gist options
  • Save ekhall/7844eb14893239a669a0e9d02b9654f3 to your computer and use it in GitHub Desktop.
Save ekhall/7844eb14893239a669a0e9d02b9654f3 to your computer and use it in GitHub Desktop.
~/Dropbox/Code/React/iSPIWebsite/ git push heroku [17:36:39]
Counting objects: 6, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 600 bytes | 0 bytes/s, done.
Total 6 (delta 4), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Node.js app detected
remote:
remote: -----> Creating runtime environment
remote:
remote: NPM_CONFIG_LOGLEVEL=error
remote: NPM_CONFIG_PRODUCTION=true
remote: NODE_ENV=production
remote: NODE_MODULES_CACHE=true
remote:
remote: -----> Installing binaries
remote: engines.node (package.json): 6.5.0
remote: engines.npm (package.json): unspecified (use default)
remote:
remote: Downloading and installing node 6.5.0...
remote: Using default npm version: 3.10.3
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] postinstall /tmp/build_8cc12b0ca126afff184913f9a14ca989
remote: > webpack -p
remote:
remote: Hash: d437a155a1da4cdfeeeb
remote: Version: webpack 1.13.2
remote: Time: 130ms
remote: Asset Size Chunks Chunk Names
remote: bundle.js 290 bytes 0 [emitted] main
remote: [0] multi main 28 bytes {0} [built] [1 error]
remote: + 1 hidden modules
remote:
remote: ERROR in The node API for `babel` has been moved to `babel-core`.
remote: @ multi main
remote: [email protected] /tmp/build_8cc12b0ca126afff184913f9a14ca989
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:
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:
remote: -----> Discovering process types
remote: Procfile declares types -> (none)
remote: Default types for buildpack -> web
remote:
remote: -----> Compressing...
remote: Done: 26M
remote: -----> Launching...
remote: Released v7
remote: https://ispikids.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
To https://git.heroku.com/ispikids.git
fdfb1c3..56cd128 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment