Created
October 2, 2018 15:28
-
-
Save jarbacoa/5cba9a329e86217e25bf6c8fbf06eb8b to your computer and use it in GitHub Desktop.
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
| Sharads-MacBook-Pro:build sharad$ git push heroku master | |
| Counting objects: 247, done. | |
| Delta compression using up to 4 threads. | |
| Compressing objects: 100% (174/174), done. | |
| Writing objects: 100% (247/247), 614.81 KiB | 0 bytes/s, done. | |
| Total 247 (delta 84), reused 202 (delta 59) | |
| 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: NODE_ENV=production | |
| remote: NODE_MODULES_CACHE=true | |
| remote: NODE_VERBOSE=false | |
| remote: | |
| remote: -----> Installing binaries | |
| remote: engines.node (package.json): unspecified | |
| remote: engines.npm (package.json): unspecified (use default) | |
| remote: engines.yarn (package.json): unspecified (use default) | |
| remote: | |
| remote: Resolving node version 8.x... | |
| remote: Downloading and installing node 8.12.0... | |
| remote: Using default npm version: 6.4.1 | |
| remote: Resolving yarn version 1.9.x... | |
| remote: Downloading and installing yarn (1.9.4)... | |
| remote: Installed yarn 1.9.4 | |
| remote: | |
| remote: -----> Building dependencies | |
| remote: Installing node modules (yarn.lock) | |
| remote: yarn install v1.9.4 | |
| remote: [1/4] Resolving packages... | |
| remote: [2/4] Fetching packages... | |
| remote: info [email protected]: The platform "linux" is incompatible with this module. | |
| remote: info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. | |
| remote: [3/4] Linking dependencies... | |
| remote: warning "ipfs > ipld > ipld-zcash > [email protected]" has unmet peer dependency "chai@>=2.2.1 <5". | |
| remote: warning " > [email protected]" has incorrect peer dependency "react@^15.6.1". | |
| remote: warning " > [email protected]" has unmet peer dependency "prop-types@^15.5.1". | |
| remote: [4/4] Building fresh packages... | |
| remote: Done in 79.16s. | |
| remote: | |
| remote: -----> Caching build | |
| remote: - node_modules | |
| remote: | |
| remote: -----> Pruning devDependencies | |
| remote: yarn install v1.9.4 | |
| remote: [1/4] Resolving packages... | |
| remote: [2/4] Fetching packages... | |
| remote: info [email protected]: The platform "linux" is incompatible with this module. | |
| remote: info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. | |
| remote: [3/4] Linking dependencies... | |
| remote: warning "ipfs > ipld > ipld-zcash > [email protected]" has unmet peer dependency "chai@>=2.2.1 <5". | |
| remote: warning " > [email protected]" has incorrect peer dependency "react@^15.6.1". | |
| remote: warning " > [email protected]" has unmet peer dependency "prop-types@^15.5.1". | |
| remote: [4/4] Building fresh packages... | |
| remote: warning Ignored scripts due to flag. | |
| remote: Done in 9.52s. | |
| remote: | |
| remote: -----> Build succeeded! | |
| remote: ! Unmet dependencies don't fail yarn 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: 112.6M | |
| remote: -----> Launching... | |
| remote: Released v3 | |
| remote: https://tranquil-castle-30582.herokuapp.com/ deployed to Heroku | |
| remote: | |
| remote: Verifying deploy... done. | |
| To https://git.heroku.com/tranquil-castle-30582.git | |
| * [new branch] master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment