Created
February 20, 2013 21:59
-
-
Save leopic/5000036 to your computer and use it in GitHub Desktop.
heroku's output
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
| leopic-Latitude-E6520:lalista (master)➔ git push | |
| Enter passphrase for key '/home/leopic/.ssh/id_rsa': | |
| Counting objects: 5, done. | |
| Delta compression using up to 8 threads. | |
| Compressing objects: 100% (2/2), done. | |
| Writing objects: 100% (3/3), 304 bytes, done. | |
| Total 3 (delta 1), reused 0 (delta 0) | |
| -----> Node.js app detected | |
| -----> Resolving engine versions | |
| Using Node.js version: 0.8.19 | |
| Using npm version: 1.0.106 | |
| -----> Fetching Node.js binaries | |
| -----> Vendoring node into slug | |
| -----> Installing dependencies with npm | |
| Error: npm doesn't work with node v0.8.19 | |
| Required: [email protected] || 0.5 || 0.6 | |
| at /tmp/node-npm-bj0l/bin/npm-cli.js:57:23 | |
| at Object.<anonymous> (/tmp/node-npm-bj0l/bin/npm-c | |
| li.js:77:3) | |
| at Module._compile (module.js:449:26) | |
| at Object.Module._extensions..js (module.js:467:10) | |
| at Module.load (module.js:356:32) | |
| at Function.Module._load (module.js:312:12) | |
| at Module.require (module.js:362:17) | |
| at require (module.js:378:17) | |
| at Object.<anonymous> (/tmp/node-npm-bj0l/cli.js:2: | |
| 1) | |
| at Module._compile (module.js:449:26) | |
| Error: npm doesn't work with node v0.8.19 | |
| Required: [email protected] || 0.5 || 0.6 | |
| at /tmp/node-npm-bj0l/bin/npm-cli.js:57:23 | |
| at Object.<anonymous> (/tmp/node-npm-bj0l/bin/npm-c | |
| li.js:77:3) | |
| at Module._compile (module.js:449:26) | |
| at Object.Module._extensions..js (module.js:467:10) | |
| at Module.load (module.js:356:32) | |
| at Function.Module._load (module.js:312:12) | |
| at Module.require (module.js:362:17) | |
| at require (module.js:378:17) | |
| at Object.<anonymous> (/tmp/node-npm-bj0l/cli.js:2: | |
| 1) | |
| at Module._compile (module.js:449:26) | |
| Dependencies installed | |
| -----> Building runtime environment | |
| -----> Discovering process types | |
| Procfile declares types -> (none) | |
| -----> Compiled slug size: 12.0MB | |
| -----> Launching... done, v6 | |
| http://husker.herokuapp.com deployed to Heroku | |
| To [email protected]:husker.git | |
| 0a48526..0a38a58 master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment