Skip to content

Instantly share code, notes, and snippets.

@davglass
Created March 25, 2014 04:15
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 davglass/9755169 to your computer and use it in GitHub Desktop.
Save davglass/9755169 to your computer and use it in GitHub Desktop.
npm info it worked if it ends with ok
npm info using npm@1.4.5
npm info using node@v0.10.26
npm info trying registry request attempt 1 at 23:15:18
npm http GET https://registry.npmjs.org/executable?write=true
npm http 200 https://registry.npmjs.org/executable?write=true
npm info starring executable
npm info trying registry request attempt 1 at 23:15:22
npm http PUT https://registry.npmjs.org/executable
npm http 503 https://registry.npmjs.org/executable
npm ERR! registry error parsing json
npm info retry will retry, error on last attempt: SyntaxError: Unexpected token <
npm info retry
npm info retry <?xml version="1.0" encoding="utf-8"?>
npm info retry <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
npm info retry "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
npm info retry <html>
npm info retry <head>
npm info retry <title>503 Backend is unhealthy</title>
npm info retry </head>
npm info retry <body>
npm info retry <h1>Error 503 Backend is unhealthy</h1>
npm info retry <p>Backend is unhealthy</p>
npm info retry <h3>Guru Meditation:</h3>
npm info retry <p>XID: 1434846185</p>
npm info retry <hr>
npm info retry <p>Varnish cache server</p>
npm info retry </body>
npm info retry </html>
npm info retry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment