Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created February 13, 2013 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TooTallNate/60f1f7851bc48af7642c to your computer and use it in GitHub Desktop.
Save TooTallNate/60f1f7851bc48af7642c to your computer and use it in GitHub Desktop.
~/node-vorbis $ npm publish
npm http PUT https://registry.npmjs.org/vorbis
npm http 201 https://registry.npmjs.org/vorbis
npm http GET https://registry.npmjs.org/vorbis
npm http 200 https://registry.npmjs.org/vorbis
npm http PUT https://registry.npmjs.org/vorbis/0.0.1/-tag/latest
npm http 201 https://registry.npmjs.org/vorbis/0.0.1/-tag/latest
npm http GET https://registry.npmjs.org/vorbis
npm http 200 https://registry.npmjs.org/vorbis
npm http PUT https://registry.npmjs.org/vorbis/-/vorbis-0.0.1.tgz/-rev/2-4f894e3d7a46e0d4804644d5756da9d1
npm http PUT https://registry.npmjs.org/vorbis/-/vorbis-0.0.1.tgz/-rev/2-4f894e3d7a46e0d4804644d5756da9d1
npm http PUT https://registry.npmjs.org/vorbis/-/vorbis-0.0.1.tgz/-rev/2-4f894e3d7a46e0d4804644d5756da9d1
npm ERR! Error: socket hang up
npm ERR! at createHangUpError (http.js:1370:15)
npm ERR! at CleartextStream.socketCloseListener (http.js:1420:23)
npm ERR! at CleartextStream.EventEmitter.emit (events.js:124:20)
npm ERR! at tls.js:600:10
npm ERR! at process._tickCallback (node.js:427:13)
npm ERR! at process._makeCallback (node.js:345:15)
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR! System Darwin 12.2.1
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "publish"
npm ERR! cwd /Users/nrajlich/node-vorbis
npm ERR! node -v v0.9.9
npm ERR! npm -v 1.2.10
npm ERR! code ECONNRESET
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/nrajlich/node-vorbis/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment