Skip to content

Instantly share code, notes, and snippets.

@sbruchmann
Last active August 29, 2015 14:21
Show Gist options
  • Save sbruchmann/ba4302b75515ed857add to your computer and use it in GitHub Desktop.
Save sbruchmann/ba4302b75515ed857add to your computer and use it in GitHub Desktop.
Mysterious npm ETIMEDOUT
$ npm --verbose --save install babel-core
npm info it worked if it ends with ok
npm verb cli [ 'node',
npm verb cli '/Users/sbruchmann/.npm-packages/bin/npm',
npm verb cli '--verbose',
npm verb cli '--save',
npm verb cli 'install',
npm verb cli 'babel-core' ]
npm info using npm@2.9.1
npm info using node@v0.12.3
npm verb install initial load of /Users/sbruchmann/dev/aldous/package.json
npm WARN package.json aldous@1.0.0 No description
npm WARN package.json aldous@1.0.0 No repository field.
npm WARN package.json aldous@1.0.0 No README data
npm verb installManyTop reading scoped package data from /Users/sbruchmann/dev/aldous/node_modules/babel-core/package.json
npm verb installManyTop reading scoped package data from /Users/sbruchmann/dev/aldous/node_modules/lodash/package.json
npm verb installManyTop reading scoped package data from /Users/sbruchmann/dev/aldous/node_modules/node-jsx/package.json
npm verb installManyTop reading scoped package data from /Users/sbruchmann/dev/aldous/node_modules/react/package.json
npm verb readDependencies loading dependencies from /Users/sbruchmann/dev/aldous/package.json
npm verb install babel-core is installed as 5.4.7
npm verb cache add spec babel-core
npm verb addNamed "*" is a valid semver range for babel-core
npm verb addNameRange registry:https://registry.npmjs.org/babel-core not in flight; fetching
npm verb request uri https://registry.npmjs.org/babel-core
npm verb request no auth needed
npm info attempt registry request try #1 at 7:15:44 AM
npm verb request using bearer token for auth
npm verb request id 0adc66fd9712c5fa
npm http request GET https://registry.npmjs.org/babel-core
npm http 200 https://registry.npmjs.org/babel-core
npm verb get saving babel-core to /Users/sbruchmann/.npm/registry.npmjs.org/babel-core/.cache.json
npm verb addNamed "5.4.7" is a plain semver version for babel-core
npm verb addRemoteTarball https://registry.npmjs.org/babel-core/-/babel-core-5.4.7.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/babel-core/-/babel-core-5.4.7.tgz',
npm verb addRemoteTarball '42bb6a3b5894e3a60e2f81f006d3e426d158c83c' ]
npm info retry fetch attempt 1 at 7:16:54 AM
npm info attempt registry request try #1 at 7:16:54 AM
npm http fetch GET https://registry.npmjs.org/babel-core/-/babel-core-5.4.7.tgz
npm verb request using bearer token for auth
npm http fetch 200 https://registry.npmjs.org/babel-core/-/babel-core-5.4.7.tgz
npm verb addTmpTarball /var/folders/07/tnx678cx0ss3ld2nblr0by0r0000gn/T/npm-31944-cdf4b598/registry.npmjs.org/babel-core/-/babel-core-5.4.7.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for babel-core@5.4.7
npm verb afterAdd /Users/sbruchmann/.npm/babel-core/5.4.7/package/package.json not in flight; writing
npm verb afterAdd /Users/sbruchmann/.npm/babel-core/5.4.7/package/package.json written
npm info install babel-core@5.4.7 into /Users/sbruchmann/dev/aldous
npm info installOne babel-core@5.4.7
npm verb installOne of babel-core to /Users/sbruchmann/dev/aldous not in flight; installing
npm verb lock using /Users/sbruchmann/.npm/_locks/babel-core-bf8b6269ac75396b.lock for /Users/sbruchmann/dev/aldous/node_modules/babel-core
npm verb unbuild node_modules/babel-core
npm info preuninstall babel-core@5.4.7
npm info uninstall babel-core@5.4.7
npm verb unbuild rmStuff babel-core@5.4.7 from /Users/sbruchmann/dev/aldous/node_modules
npm info postuninstall babel-core@5.4.7
npm verb gentlyRm don't care about contents; nuking /Users/sbruchmann/dev/aldous/node_modules/babel-core
npm verb tar unpack /Users/sbruchmann/.npm/babel-core/5.4.7/package.tgz
npm verb tar unpacking to /Users/sbruchmann/dev/aldous/node_modules/babel-core
npm verb gentlyRm don't care about contents; nuking /Users/sbruchmann/dev/aldous/node_modules/babel-core
npm verb write writing to /Users/sbruchmann/dev/aldous/node_modules/babel-core/package.json
npm info preinstall babel-core@5.4.7
npm verb readDependencies loading dependencies from /Users/sbruchmann/dev/aldous/node_modules/babel-core/package.json
npm verb readDependencies loading dependencies from /Users/sbruchmann/dev/aldous/node_modules/babel-core/package.json
npm verb cache add spec chalk@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for chalk
npm verb addNameRange registry:https://registry.npmjs.org/chalk not in flight; fetching
npm verb cache add spec convert-source-map@^1.1.0
npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for convert-source-map
npm verb addNameRange registry:https://registry.npmjs.org/convert-source-map not in flight; fetching
npm verb cache add spec core-js@^0.9.0
npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for core-js
npm verb addNameRange registry:https://registry.npmjs.org/core-js not in flight; fetching
npm verb cache add spec debug@^2.1.1
npm verb addNamed ">=2.1.1 <3.0.0" is a valid semver range for debug
npm verb addNameRange registry:https://registry.npmjs.org/debug not in flight; fetching
npm verb cache add spec detect-indent@^3.0.0
npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for detect-indent
npm verb addNameRange registry:https://registry.npmjs.org/detect-indent not in flight; fetching
npm verb cache add spec esquery@^0.4.0
npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for esquery
npm verb addNameRange registry:https://registry.npmjs.org/esquery not in flight; fetching
npm verb cache add spec estraverse@^4.0.0
npm verb addNamed ">=4.0.0 <5.0.0" is a valid semver range for estraverse
npm verb addNameRange registry:https://registry.npmjs.org/estraverse not in flight; fetching
npm verb cache add spec esutils@^2.0.0
npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for esutils
npm verb addNameRange registry:https://registry.npmjs.org/esutils not in flight; fetching
npm verb cache add spec fs-readdir-recursive@^0.1.0
npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for fs-readdir-recursive
npm verb addNameRange registry:https://registry.npmjs.org/fs-readdir-recursive not in flight; fetching
npm verb cache add spec globals@^6.4.0
npm verb addNamed ">=6.4.0 <7.0.0" is a valid semver range for globals
npm verb addNameRange registry:https://registry.npmjs.org/globals not in flight; fetching
npm verb cache add spec home-or-tmp@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for home-or-tmp
npm verb addNameRange registry:https://registry.npmjs.org/home-or-tmp not in flight; fetching
npm verb cache add spec is-integer@^1.0.4
npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for is-integer
npm verb addNameRange registry:https://registry.npmjs.org/is-integer not in flight; fetching
npm verb cache add spec js-tokens@1.0.0
npm verb addNamed "1.0.0" is a plain semver version for js-tokens
npm verb addNameVersion registry:https://registry.npmjs.org/js-tokens not in flight; fetching
npm verb cache add spec leven@^1.0.1
npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for leven
npm verb addNameRange registry:https://registry.npmjs.org/leven not in flight; fetching
npm verb cache add spec line-numbers@0.2.0
npm verb addNamed "0.2.0" is a plain semver version for line-numbers
npm verb addNameVersion registry:https://registry.npmjs.org/line-numbers not in flight; fetching
npm verb cache add spec minimatch@^2.0.3
npm verb addNamed ">=2.0.3 <3.0.0" is a valid semver range for minimatch
npm verb addNameRange registry:https://registry.npmjs.org/minimatch not in flight; fetching
npm verb cache add spec output-file-sync@^1.1.0
npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for output-file-sync
npm verb addNameRange registry:https://registry.npmjs.org/output-file-sync not in flight; fetching
npm verb cache add spec path-is-absolute@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-is-absolute
npm verb addNameRange registry:https://registry.npmjs.org/path-is-absolute not in flight; fetching
npm verb cache add spec private@^0.1.6
npm verb addNamed ">=0.1.6 <0.2.0" is a valid semver range for private
npm verb addNameRange registry:https://registry.npmjs.org/private not in flight; fetching
npm verb cache add spec regenerator@^0.8.20
npm verb addNamed ">=0.8.20 <0.9.0" is a valid semver range for regenerator
npm verb addNameRange registry:https://registry.npmjs.org/regenerator not in flight; fetching
npm verb cache add spec regexpu@^1.1.2
npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for regexpu
npm verb addNameRange registry:https://registry.npmjs.org/regexpu not in flight; fetching
npm verb cache add spec repeating@^1.1.2
npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for repeating
npm verb addNameRange registry:https://registry.npmjs.org/repeating not in flight; fetching
npm verb cache add spec resolve@^1.1.6
npm verb addNamed ">=1.1.6 <2.0.0" is a valid semver range for resolve
npm verb addNameRange registry:https://registry.npmjs.org/resolve not in flight; fetching
npm verb cache add spec shebang-regex@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for shebang-regex
npm verb addNameRange registry:https://registry.npmjs.org/shebang-regex not in flight; fetching
npm verb cache add spec slash@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for slash
npm verb addNameRange registry:https://registry.npmjs.org/slash not in flight; fetching
npm verb cache add spec source-map@^0.4.0
npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for source-map
npm verb addNameRange registry:https://registry.npmjs.org/source-map not in flight; fetching
npm verb cache add spec source-map-support@^0.2.10
npm verb addNamed ">=0.2.10 <0.3.0" is a valid semver range for source-map-support
npm verb addNameRange registry:https://registry.npmjs.org/source-map-support not in flight; fetching
npm verb cache add spec strip-json-comments@^1.0.2
npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for strip-json-comments
npm verb addNameRange registry:https://registry.npmjs.org/strip-json-comments not in flight; fetching
npm verb cache add spec to-fast-properties@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for to-fast-properties
npm verb addNameRange registry:https://registry.npmjs.org/to-fast-properties not in flight; fetching
npm verb cache add spec trim-right@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for trim-right
npm verb addNameRange registry:https://registry.npmjs.org/trim-right not in flight; fetching
npm verb cache add spec acorn-jsx@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for acorn-jsx
npm verb addNameRange registry:https://registry.npmjs.org/acorn-jsx not in flight; fetching
npm verb cache add spec ast-types@~0.7.0
npm verb addNamed ">=0.7.0 <0.8.0" is a valid semver range for ast-types
npm verb addNameRange registry:https://registry.npmjs.org/ast-types not in flight; fetching
npm verb cache add spec bluebird@^2.9.25
npm verb addNamed ">=2.9.25 <3.0.0" is a valid semver range for bluebird
npm verb addNameRange registry:https://registry.npmjs.org/bluebird not in flight; fetching
npm verb request uri https://registry.npmjs.org/chalk
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/chalk
npm verb request uri https://registry.npmjs.org/convert-source-map
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/convert-source-map
npm verb request uri https://registry.npmjs.org/core-js
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/core-js
npm verb request uri https://registry.npmjs.org/debug
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/debug
npm verb request uri https://registry.npmjs.org/detect-indent
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/detect-indent
npm verb request uri https://registry.npmjs.org/esquery
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/esquery
npm verb request uri https://registry.npmjs.org/estraverse
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/estraverse
npm verb request uri https://registry.npmjs.org/esutils
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/esutils
npm verb request uri https://registry.npmjs.org/fs-readdir-recursive
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/fs-readdir-recursive
npm verb request uri https://registry.npmjs.org/globals
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/globals
npm verb request uri https://registry.npmjs.org/home-or-tmp
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/home-or-tmp
npm verb request uri https://registry.npmjs.org/is-integer
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/is-integer
npm verb request uri https://registry.npmjs.org/js-tokens
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/js-tokens
npm verb request uri https://registry.npmjs.org/leven
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/leven
npm verb request uri https://registry.npmjs.org/line-numbers
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/line-numbers
npm verb request uri https://registry.npmjs.org/output-file-sync
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/output-file-sync
npm verb request uri https://registry.npmjs.org/path-is-absolute
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/path-is-absolute
npm verb request uri https://registry.npmjs.org/regenerator
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/regenerator
npm verb request uri https://registry.npmjs.org/regexpu
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/regexpu
npm verb request uri https://registry.npmjs.org/repeating
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/repeating
npm verb request uri https://registry.npmjs.org/resolve
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/resolve
npm verb request uri https://registry.npmjs.org/shebang-regex
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/shebang-regex
npm verb request uri https://registry.npmjs.org/slash
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/slash
npm verb request uri https://registry.npmjs.org/source-map-support
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/source-map-support
npm verb request uri https://registry.npmjs.org/strip-json-comments
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/strip-json-comments
npm verb request uri https://registry.npmjs.org/to-fast-properties
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/to-fast-properties
npm verb request uri https://registry.npmjs.org/trim-right
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/trim-right
npm verb request uri https://registry.npmjs.org/acorn-jsx
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/acorn-jsx
npm verb request uri https://registry.npmjs.org/bluebird
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm http request GET https://registry.npmjs.org/bluebird
npm verb request uri https://registry.npmjs.org/minimatch
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm verb etag "AH31MK4JMKC8MKID8NDI058Y0"
npm http request GET https://registry.npmjs.org/minimatch
npm verb request uri https://registry.npmjs.org/source-map
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm verb etag "6X6700A4ARF6BEP1WI9Y86P6"
npm http request GET https://registry.npmjs.org/source-map
npm verb request uri https://registry.npmjs.org/ast-types
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm verb etag "897DBCVE7I2H5MFBAVQLNQ4TG"
npm http request GET https://registry.npmjs.org/ast-types
npm verb request uri https://registry.npmjs.org/private
npm verb request no auth needed
npm info attempt registry request try #1 at 7:17:01 AM
npm verb request using bearer token for auth
npm verb etag "CYCL3LS37GT66Q0X11ELDMVPR"
npm http request GET https://registry.npmjs.org/private
npm info retry will retry, error on last attempt: Error: connect ETIMEDOUT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment