Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hunterloftis/d2e778e79a1568a37340d07dd5a83801 to your computer and use it in GitHub Desktop.
Save hunterloftis/d2e778e79a1568a37340d07dd5a83801 to your computer and use it in GitHub Desktop.
~ $ npm install --save [email protected] --verbose
npm info it worked if it ends with ok
npm verb cli [ '/app/.heroku/node/bin/node',
npm verb cli '/app/.heroku/node/bin/npm',
npm verb cli 'install',
npm verb cli '--save',
npm verb cli '[email protected]',
npm verb cli '--verbose' ]
npm info using [email protected]
npm info using [email protected]
npm verb config Skipping project config: /app/.npmrc. (matches userconfig)
npm verb request uri https://registry.npmjs.org/interpret
npm verb request no auth needed
npm info attempt registry request try #1 at 12:42:55 PM
npm verb request id 1d6476c6804a709b
npm http request GET https://registry.npmjs.org/interpret
npm http 200 https://registry.npmjs.org/interpret
npm verb headers { server: 'CouchDB/1.6.1 (Erlang OTP/R16B03)',
npm verb headers etag: '"8EVJ7W0U4DV0PBN5VDZNNID74"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'content-encoding': 'gzip',
npm verb headers 'cache-control': 'max-age=300',
npm verb headers 'content-length': '5721',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Wed, 06 Jul 2016 12:42:56 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '166',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-jfk1021-JFK',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '3',
npm verb headers 'x-timer': 'S1467808976.113570,VS0,VE0',
npm verb headers vary: 'Accept-Encoding' }
npm verb get saving interpret to /app/.npm/registry.npmjs.org/interpret/.cache.json
npm verb correctMkdir /app/.npm correctMkdir not in flight; initializing
npm verb makeDirectory /app/.npm creation not in flight; initializing
npm verb cache add spec [email protected]
npm verb addNamed "0.5.2" is a plain semver version for interpret
npm verb addNameVersion registry:https://registry.npmjs.org/interpret not in flight; fetching
npm verb get https://registry.npmjs.org/interpret not expired, no request
npm verb addRemoteTarball https://registry.npmjs.org/interpret/-/interpret-0.5.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/interpret/-/interpret-0.5.2.tgz',
npm verb addRemoteTarball '377833b04b5ea693ff0d533380e3dda0c0381be0' ]
npm info retry fetch attempt 1 at 12:42:56 PM
npm info attempt registry request try #1 at 12:42:56 PM
npm http fetch GET https://registry.npmjs.org/interpret/-/interpret-0.5.2.tgz
npm http fetch 502 https://registry.npmjs.org/interpret/-/interpret-0.5.2.tgz
npm info retry will retry, error on last attempt: Error: server error 502
loadRequestedDeps -> netw | |##############################---------------------------------------------------------------------------------------------------------------------|
^C
~ $ node -v; npm -v
v6.2.0
3.8.9
@hunterloftis
Copy link
Author

hunterloftis commented Jul 6, 2016

from aws (works locally, eastern us):

~ $ curl https://registry.npmjs.org/interpret/-/interpret-0.5.2.tgz
<html><body><h1>502 Bad Gateway</h1>
The server returned an invalid or incomplete response.
</body></html>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment