Skip to content

Instantly share code, notes, and snippets.

@dfellis
Created March 25, 2014 14:44
Show Gist options
  • Save dfellis/9763268 to your computer and use it in GitHub Desktop.
Save dfellis/9763268 to your computer and use it in GitHub Desktop.
NPM Borked Again
damocles@moya:~/uber/double-double-wrapper(master)$ npm publish
npm http PUT https://registry.npmjs.org/double-double-wrapper
npm http 503 https://registry.npmjs.org/double-double-wrapper
npm ERR! registry error parsing json
npm http PUT https://registry.npmjs.org/double-double-wrapper
npm http 503 https://registry.npmjs.org/double-double-wrapper
npm ERR! registry error parsing json
npm http PUT https://registry.npmjs.org/double-double-wrapper
npm http 503 https://registry.npmjs.org/double-double-wrapper
npm ERR! registry error parsing json
npm ERR! publish Failed PUT response 503
npm ERR! SyntaxError: Unexpected token <
npm ERR!
npm ERR! <?xml version="1.0" encoding="utf-8"?>
npm ERR! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
npm ERR! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
npm ERR! <html>
npm ERR! <head>
npm ERR! <title>503 Backend is unhealthy</title>
npm ERR! </head>
npm ERR! <body>
npm ERR! <h1>Error 503 Backend is unhealthy</h1>
npm ERR! <p>Backend is unhealthy</p>
npm ERR! <h3>Guru Meditation:</h3>
npm ERR! <p>XID: 2073847945</p>
npm ERR! <hr>
npm ERR! <p>Varnish cache server</p>
npm ERR! </body>
npm ERR! </html>
npm ERR!
npm ERR! at Object.parse (native)
npm ERR! at RegClient.<anonymous> (/Users/damocles/.nvm/v0.10.12/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:238:23)
npm ERR! at Request.self.callback (/Users/damocles/.nvm/v0.10.12/lib/node_modules/npm/node_modules/request/index.js:148:22)
npm ERR! at Request.EventEmitter.emit (events.js:98:17)
npm ERR! at Request.<anonymous> (/Users/damocles/.nvm/v0.10.12/lib/node_modules/npm/node_modules/request/index.js:891:14)
npm ERR! at Request.EventEmitter.emit (events.js:117:20)
npm ERR! at IncomingMessage.<anonymous> (/Users/damocles/.nvm/v0.10.12/lib/node_modules/npm/node_modules/request/index.js:842:12)
npm ERR! at IncomingMessage.EventEmitter.emit (events.js:117:20)
npm ERR! at _stream_readable.js:910:16
npm ERR! at process._tickCallback (node.js:415:13)
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 13.1.0
npm ERR! command "node" "/Users/damocles/.nvm/v0.10.12/bin/npm" "publish"
npm ERR! cwd /Users/damocles/uber/double-double-wrapper
npm ERR! node -v v0.10.12
npm ERR! npm -v 1.3.7
npm ERR! type unexpected_token
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/damocles/uber/double-double-wrapper/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