npm
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
[npmissue](master)$ npm outdated | |
npm ERR! cb() never called! | |
npm ERR! This is an error with npm itself. Please report this error at: | |
npm ERR! <https://github.com/npm/npm/issues> | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /Users/jasonstaten/.npm/_logs/2017-06-20T20_26_27_431Z-debug.log |
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
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'outdated' ] | |
2 info using npm@5.0.3 | |
3 info using node@v8.0.0 | |
4 verbose npm-session d589cfaee7e14c21 | |
5 silly mapToRegistry name optimist | |
6 silly mapToRegistry using default registry | |
7 silly mapToRegistry registry https://registry.npmjs.org/ | |
8 silly mapToRegistry data { type: 'tag', | |
8 silly mapToRegistry registry: true, | |
8 silly mapToRegistry where: undefined, | |
8 silly mapToRegistry raw: 'optimist', | |
8 silly mapToRegistry name: 'optimist', | |
8 silly mapToRegistry escapedName: 'optimist', | |
8 silly mapToRegistry scope: undefined, | |
8 silly mapToRegistry rawSpec: '', | |
8 silly mapToRegistry saveSpec: null, | |
8 silly mapToRegistry fetchSpec: 'latest', | |
8 silly mapToRegistry gitRange: undefined, | |
8 silly mapToRegistry gitCommittish: undefined, | |
8 silly mapToRegistry hosted: undefined } | |
9 silly mapToRegistry uri https://registry.npmjs.org/optimist | |
10 verbose request uri https://registry.npmjs.org/optimist | |
11 verbose request no auth needed | |
12 info attempt registry request try #1 at 14:26:27 | |
13 verbose request using bearer token for auth | |
14 verbose request id e2cfcfefdbb08a6e | |
15 http request GET https://registry.npmjs.org/optimist | |
16 http 200 https://registry.npmjs.org/optimist | |
17 verbose headers { server: 'nginx/1.10.1', | |
17 verbose headers 'content-type': 'application/json', | |
17 verbose headers 'last-modified': 'Sat, 03 Jun 2017 18:28:17 GMT', | |
17 verbose headers etag: 'W/"5932ffc1-b7c9"', | |
17 verbose headers 'content-encoding': 'gzip', | |
17 verbose headers 'cache-control': 'max-age=300', | |
17 verbose headers 'transfer-encoding': 'chunked', | |
17 verbose headers 'accept-ranges': 'bytes', | |
17 verbose headers date: 'Tue, 20 Jun 2017 20:26:27 GMT', | |
17 verbose headers via: '1.1 varnish', | |
17 verbose headers connection: 'keep-alive', | |
17 verbose headers 'x-served-by': 'cache-sjc3124-SJC', | |
17 verbose headers 'x-cache': 'MISS', | |
17 verbose headers 'x-cache-hits': '0', | |
17 verbose headers 'x-timer': 'S1497990387.305917,VS0,VE22', | |
17 verbose headers vary: 'Accept-Encoding' } | |
18 silly cache add args [ 'optimist', | |
18 silly cache add 'https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz' ] | |
19 verbose cache add spec optimist@https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz | |
20 silly cache add parsed spec optimist@https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz | |
21 silly prefetch no integrity hash provided for optimist@https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz - fetching by manifest | |
22 http fetch GET 200 https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz 13ms (from cache) | |
23 silly prefetch optimist@https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz done in 29ms | |
24 error cb() never called! | |
25 error This is an error with npm itself. Please report this error at: | |
26 error <https://github.com/npm/npm/issues> |
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
{ | |
"name": "npmissue", | |
"version": "1.0.0", | |
"private": true, | |
"license": "ISC", | |
"dependencies": { | |
"optimist": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment