Skip to content

Instantly share code, notes, and snippets.

@hunterc
Created November 18, 2014 16:55
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 hunterc/c2e12c4a99f43682fd7c to your computer and use it in GitHub Desktop.
Save hunterc/c2e12c4a99f43682fd7c to your computer and use it in GitHub Desktop.
npm tarball url bug dump
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'https://api.github.com/repos/kiplic/tardis/tarball/master' ]
2 info using npm@2.1.8
3 info using node@v0.10.33
4 verbose node symlink /usr/local/bin/node
5 silly cache add args [ 'https://api.github.com/repos/kiplic/tardis/tarball/master',
5 silly cache add null ]
6 verbose cache add spec https://api.github.com/repos/kiplic/tardis/tarball/master
7 silly cache add parsed spec { raw: 'https://api.github.com/repos/kiplic/tardis/tarball/master',
7 silly cache add scope: null,
7 silly cache add name: null,
7 silly cache add rawSpec: 'https://api.github.com/repos/kiplic/tardis/tarball/master',
7 silly cache add spec: 'https://api.github.com/repos/kiplic/tardis/tarball/master',
7 silly cache add type: 'remote' }
8 verbose addRemoteTarball https://api.github.com/repos/kiplic/tardis/tarball/master not in flight; adding
9 verbose addRemoteTarball [ 'https://api.github.com/repos/kiplic/tardis/tarball/master',
9 verbose addRemoteTarball null ]
10 info retry fetch attempt 1 at 11:53:10
11 info attempt registry request try #1 at 11:53:10
12 http fetch GET https://api.github.com/repos/kiplic/tardis/tarball/master
13 verbose request id e4095d09ada6275d
14 http fetch 415 https://api.github.com/repos/kiplic/tardis/tarball/master
15 error fetch failed https://api.github.com/repos/kiplic/tardis/tarball/master
16 info retry will retry, error on last attempt: Error: fetch failed with status code 415
17 info retry fetch attempt 2 at 11:53:21
18 info attempt registry request try #1 at 11:53:21
19 http fetch GET https://api.github.com/repos/kiplic/tardis/tarball/master
20 http fetch 415 https://api.github.com/repos/kiplic/tardis/tarball/master
21 error fetch failed https://api.github.com/repos/kiplic/tardis/tarball/master
22 info retry will retry, error on last attempt: Error: fetch failed with status code 415
23 info retry fetch attempt 3 at 11:54:21
24 info attempt registry request try #1 at 11:54:21
25 http fetch GET https://api.github.com/repos/kiplic/tardis/tarball/master
26 http fetch 415 https://api.github.com/repos/kiplic/tardis/tarball/master
27 error fetch failed https://api.github.com/repos/kiplic/tardis/tarball/master
28 verbose stack Error: fetch failed with status code 415
28 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/fetch.js:52:14)
28 verbose stack at Request.emit (events.js:95:17)
28 verbose stack at Request.onRequestResponse (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1247:10)
28 verbose stack at ClientRequest.emit (events.js:95:17)
28 verbose stack at HTTPParser.parserOnIncomingClient [as onIncoming] (http.js:1692:21)
28 verbose stack at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:121:23)
28 verbose stack at CleartextStream.socketOnData [as ondata] (http.js:1587:20)
28 verbose stack at CleartextStream.read [as _read] (tls.js:513:12)
28 verbose stack at CleartextStream.Readable.read (_stream_readable.js:340:10)
28 verbose stack at EncryptedStream.write [as _write] (tls.js:368:25)
29 verbose cwd /Users/hunter/Desktop/Compass
30 error Darwin 14.0.0
31 error argv "node" "/usr/local/bin/npm" "install" "https://api.github.com/repos/kiplic/tardis/tarball/master"
32 error node v0.10.33
33 error npm v2.1.8
34 error fetch failed with status code 415
35 error If you need help, you may report this error at:
35 error <http://github.com/npm/npm/issues>
36 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment