Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created October 12, 2017 22:54
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 tmcw/3bbea368d94ac192ed1ddd8fce5c60fa to your computer and use it in GitHub Desktop.
Save tmcw/3bbea368d94ac192ed1ddd8fce5c60fa to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'deprecate',
1 verbose cli 'circular-require',
1 verbose cli 'This module is unmaintained. If you want to adopt it, please contact @tmcwa' ]
2 info using npm@5.5.1
3 info using node@v8.4.0
4 silly mapToRegistry name circular-require
5 silly mapToRegistry using default registry
6 silly mapToRegistry registry https://registry.npmjs.org/
7 silly mapToRegistry data { type: 'tag',
7 silly mapToRegistry registry: true,
7 silly mapToRegistry where: undefined,
7 silly mapToRegistry raw: 'circular-require',
7 silly mapToRegistry name: 'circular-require',
7 silly mapToRegistry escapedName: 'circular-require',
7 silly mapToRegistry scope: undefined,
7 silly mapToRegistry rawSpec: '',
7 silly mapToRegistry saveSpec: null,
7 silly mapToRegistry fetchSpec: 'latest',
7 silly mapToRegistry gitRange: undefined,
7 silly mapToRegistry gitCommittish: undefined,
7 silly mapToRegistry hosted: undefined }
8 silly mapToRegistry uri https://registry.npmjs.org/circular-require
9 verbose request uri https://registry.npmjs.org/circular-require?write=true
10 verbose request no auth needed
11 info attempt registry request try #1 at 15:52:20
12 verbose request using bearer token for auth
13 verbose request id 3e837cde1d887c53
14 http request GET https://registry.npmjs.org/circular-require?write=true
15 http 200 https://registry.npmjs.org/circular-require?write=true
16 verbose headers { server: 'CouchDB/1.6.1 (Erlang OTP/R16B03)',
16 verbose headers 'content-type': 'application/json',
16 verbose headers etag: '"59c59afb-1529"',
16 verbose headers 'content-encoding': 'gzip',
16 verbose headers 'cache-control': 'max-age=0',
16 verbose headers 'transfer-encoding': 'chunked',
16 verbose headers 'accept-ranges': 'bytes',
16 verbose headers date: 'Thu, 12 Oct 2017 22:52:20 GMT',
16 verbose headers via: '1.1 varnish',
16 verbose headers connection: 'keep-alive',
16 verbose headers 'x-served-by': 'cache-lax8643-LAX',
16 verbose headers 'x-cache': 'MISS',
16 verbose headers 'x-cache-hits': '0',
16 verbose headers 'x-timer': 'S1507848740.267211,VS0,VE582',
16 verbose headers vary: 'Accept-Encoding' }
17 verbose request uri https://registry.npmjs.org/circular-require
18 verbose request sending authorization for write operation
19 info attempt registry request try #1 at 15:52:20
20 verbose request using bearer token for auth
21 http request PUT https://registry.npmjs.org/circular-require
22 http 401 https://registry.npmjs.org/circular-require
23 verbose headers { 'www-authenticate': 'OTP',
23 verbose headers 'content-type': 'application/json',
23 verbose headers 'cache-control': 'max-age=300',
23 verbose headers 'content-length': '45',
23 verbose headers 'accept-ranges': 'bytes',
23 verbose headers date: 'Thu, 12 Oct 2017 22:52:20 GMT',
23 verbose headers via: '1.1 varnish',
23 verbose headers connection: 'keep-alive',
23 verbose headers 'x-served-by': 'cache-lax8643-LAX',
23 verbose headers 'x-cache': 'MISS',
23 verbose headers 'x-cache-hits': '0',
23 verbose headers 'x-timer': 'S1507848741.885573,VS0,VE112',
23 verbose headers vary: 'Accept-Encoding, Accept' }
24 verbose stack Error: You must provide a one-time pass. : circular-require
24 verbose stack at makeError (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:314:12)
24 verbose stack at RegClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:302:14)
24 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:216:14)
24 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:186:22)
24 verbose stack at emitTwo (events.js:125:13)
24 verbose stack at Request.emit (events.js:213:7)
24 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1163:10)
24 verbose stack at emitOne (events.js:115:13)
24 verbose stack at Request.emit (events.js:210:7)
24 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1085:12)
25 verbose statusCode 401
26 verbose pkgid circular-require
27 verbose cwd /Users/tmcw/p/circular-require
28 verbose Darwin 16.7.0
29 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "deprecate" "circular-require" "This module is unmaintained. If you want to adopt it, please contact @tmcwa"
30 verbose node v8.4.0
31 verbose npm v5.5.1
32 error code E401
33 error 404 You must provide a one-time pass. : circular-require
34 error 404
35 error 404 'circular-require' is not in the npm registry.
36 error 404 You should bug the author to publish it (or use the name yourself!)
37 error 404 Note that you can also install from a
38 error 404 tarball, folder, http url, or git url.
39 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment