Skip to content

Instantly share code, notes, and snippets.

@sivy
Created December 30, 2010 19:24
Show Gist options
  • Select an option

  • Save sivy/760171 to your computer and use it in GitHub Desktop.

Select an option

Save sivy/760171 to your computer and use it in GitHub Desktop.
sivy@vps-1110680-1854:~/tmp/npm$ node ./cli.js install npm
npm info it worked if it ends with ok
npm info using npm@0.2.13-3
npm info using node@v0.3.2
npm info fetch http://registry.npmjs.org/npm/-/npm-0.2.13-3.tgz
npm info calculating sha1 /tmp/npm-1293736903023/1293736903774-0.33817205764353275/tmp.tgz
npm info shasum a3588e2815e04d12e5115a69fa6f1cf598bcb4aa
npm ERR! Failed creating the tarball.
npm ERR! This is very rare. Perhaps the 'gzip' or 'tar' configs
npm ERR! are set improperly?
npm ERR!
npm ERR! couldn't pack /tmp/npm-1293736903023/1293736903774-0.33817205764353275/contents/package to /usr/local/lib/node/.npm/.cache/npm/0.2.13-3/package.tgz
npm ERR! Error installing npm@0.2.13-3
npm ERR! Error: Failed tar "-cvf" "-" "--exclude" ".git" "-X" "/tmp/npm-1293736903023/1293736903774-0.33817205764353275/contents/package/.npmignore" "package"
npm ERR! exited with 2
npm ERR! at ChildProcess.<anonymous> (/home/sivy/tmp/npm/lib/utils/exec.js:42:19)
npm ERR! at ChildProcess.emit (events.js:34:17)
npm ERR! at ChildProcess.onexit (child_process.js:164:12)
npm ERR! Report this *entire* log at <http://github.com/isaacs/npm/issues>
npm ERR! or email it to <npm-@googlegroups.com>
npm ERR! Just tweeting a tiny part of the error will not be helpful.
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment