Skip to content

Instantly share code, notes, and snippets.

@csanz
Created September 14, 2011 04:18
Show Gist options
  • Save csanz/1215841 to your computer and use it in GitHub Desktop.
Save csanz/1215841 to your computer and use it in GitHub Desktop.
Christian-Sanzs-MacBook-Air:www csanz$ git push heroku production:master
Counting objects: 7, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 422 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
-----> Heroku receiving push
-----> Node.js app detected
-----> Vendoring node 0.4.7
-----> Installing dependencies with npm 1.0.27
npm ERR! tar -cvf - <file list elided> execvp(): Argument list too long
npm ERR! tar -cvf - <file list elided>
npm ERR! Failed creating the tarball.
npm ERR! couldn't pack /tmp/npm-1315972782387/1315972782615-0.09412730112671852/contents/package to /tmp/build_1m6p21rupjbo9/.npm/express-mongoose/0.0.3/package.tgz
npm ERR! Error: Failed tar -cvf - <file list elided>
npm ERR! exited with 127
npm ERR! at ChildProcess.<anonymous> (/mnt/slug-compiler/language_packs/node/vendor/npm/npm-1.0.27/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)
@chrislambert
Copy link

I'm also seeing this (with nclosure). Any fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment