Created
March 25, 2014 04:15
-
-
Save davglass/9755169 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm info it worked if it ends with ok | |
npm info using [email protected] | |
npm info using [email protected] | |
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