Created
May 31, 2011 20:30
-
-
Save windhamdavid/1001216 to your computer and use it in GitHub Desktop.
This file contains 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
ckbullet:nodeku david$ git push heroku master | |
Counting objects: 7, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (6/6), done. | |
Writing objects: 100% (7/7), 914 bytes, done. | |
Total 7 (delta 0), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Node.js app detected | |
-----> Vendoring node 0.4.7 | |
-----> Installing dependencies with npm 1.0.6 | |
npm ERR! gzip "--decompress" "--stdout" "/tmp/build_et3dce44qeof/.npm/mime/1.2.2/package.tgz" | |
npm ERR! gzip "--decompress" "--stdout" "/tmp/build_et3dce44qeof/.npm/mime/1.2.2/package.tgz" gzip: /tmp/build_et3dce44qeof/.npm/mime/1.2.2/package.tgz: unexpected end of file | |
npm ERR! gzip "--decompress" "--stdout" "/tmp/build_et3dce44qeof/.npm/mime/1.2.2/package.tgz" | |
npm ERR! Failed unpacking /tmp/build_et3dce44qeof/.npm/mime/1.2.2/package.tgz | |
npm ERR! Could not unpack /tmp/build_et3dce44qeof/.npm/mime/1.2.2/package.tgz to /tmp/build_et3dce44qeof/.npm/mime/1.2.2 | |
npm ERR! error installing [email protected] Error: Failed gzip "--decompress" "--stdout" "/tmp/build_et3dce44qeof/.npm/mime/1.2.2/package.tgz" | |
npm ERR! error installing [email protected] exited with 1 | |
npm ERR! error installing [email protected] at ChildProcess.<anonymous> (/mnt/slug-compiler/language_packs/node/vendor/npm/npm-1.0.6/lib/utils/exec.js:77:19) | |
npm ERR! error installing [email protected] at ChildProcess.emit (events.js:67:17) | |
npm ERR! error installing [email protected] at Socket.<anonymous> (child_process.js:172:12) | |
npm ERR! error installing [email protected] at Socket.emit (events.js:64:17) | |
npm ERR! error installing [email protected] at Array.0 (net.js:829:12) | |
npm ERR! error installing [email protected] at EventEmitter._tickCallback (node.js:126:26) | |
npm ERR! gzip "--decompress" "--stdout" "/tmp/build_et3dce44qeof/.npm/qs/0.1.0/package.tgz" | |
npm ERR! gzip "--decompress" "--stdout" "/tmp/build_et3dce44qeof/.npm/qs/0.1.0/package.tgz" gzip: /tmp/build_et3dce44qeof/.npm/qs/0.1.0/package.tgz: unexpected end of file | |
npm ERR! gzip "--decompress" "--stdout" "/tmp/build_et3dce44qeof/.npm/qs/0.1.0/package.tgz" | |
npm ERR! Failed unpacking /tmp/build_et3dce44qeof/.npm/qs/0.1.0/package.tgz | |
npm ERR! Could not unpack /tmp/build_et3dce44qeof/.npm/qs/0.1.0/package.tgz to /tmp/build_et3dce44qeof/.npm/qs/0.1.0 | |
npm ERR! error installing [email protected] Error: Failed gzip "--decompress" "--stdout" "/tmp/build_et3dce44qeof/.npm/qs/0.1.0/package.tgz" | |
npm ERR! error installing [email protected] exited with 1 | |
npm ERR! error installing [email protected] at ChildProcess.<anonymous> (/mnt/slug-compiler/language_packs/node/vendor/npm/npm-1.0.6/lib/utils/exec.js:77:19) | |
npm ERR! error installing [email protected] at ChildProcess.emit (events.js:67:17) | |
npm ERR! error installing [email protected] at Socket.<anonymous> (child_process.js:179:12) | |
npm ERR! error installing [email protected] at Socket.emit (events.js:81:20) | |
npm ERR! error installing [email protected] at Array.1 (net.js:829:12) | |
npm ERR! error installing [email protected] at EventEmitter._tickCallback (node.js:126:26) | |
npm ERR! Error: Failed gzip "--decompress" "--stdout" "/tmp/build_et3dce44qeof/.npm/mime/1.2.2/package.tgz" | |
npm ERR! exited with 1 | |
npm ERR! at ChildProcess.<anonymous> (/mnt/slug-compiler/language_packs/node/vendor/npm/npm-1.0.6/lib/utils/exec.js:77:19) | |
npm ERR! at ChildProcess.emit (events.js:67:17) | |
npm ERR! at Socket.<anonymous> (child_process.js:172:12) | |
npm ERR! at Socket.emit (events.js:64:17) | |
npm ERR! at Array.0 (net.js:829:12) | |
npm ERR! at EventEmitter._tickCallback (node.js:126:26) | |
npm ERR! Report this *entire* log at: | |
npm ERR! <http://github.com/isaacs/npm/issues> | |
npm ERR! or email it to: | |
npm ERR! <[email protected]> | |
npm ERR! | |
npm ERR! System Linux 2.6.18-xenU-ec2-v1.2 | |
npm ERR! command "/mnt/slug-compiler/language_packs/node/vendor/node/node-0.4.7" "/mnt/slug-compiler/language_packs/node/vendor/npm/npm-1.0.6/cli.js" "install" | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /tmp/build_et3dce44qeof/npm-debug.log | |
npm not ok | |
! Failed to install dependencies with npm | |
! Heroku push rejected, failed to compile Node.js app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment