Created
January 21, 2015 06:51
-
-
Save pkaminski/170b98c2c2ea8aa22b00 to your computer and use it in GitHub Desktop.
npm-debug.log for failed npm login
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 [ 'c:\\code\\nodejs\\node.exe', | |
1 verbose cli 'c:\\code\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
1 verbose cli 'login' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose adduser before first PUT { name: 'pkaminski', | |
4 verbose adduser password: 'XXXXX', | |
4 verbose adduser email: '[email protected]', | |
4 verbose adduser _id: 'org.couchdb.user:pkaminski', | |
4 verbose adduser type: 'user', | |
4 verbose adduser roles: [], | |
4 verbose adduser date: '2015-01-21T06:36:16.168Z' } | |
5 verbose request on initialization, where is /-/user/org.couchdb.user:pkaminski | |
6 verbose request after pass 1, where is /-/user/org.couchdb.user:pkaminski | |
7 verbose request url raw /-/user/org.couchdb.user:pkaminski | |
8 verbose request resolving registry [ 'https://registry.npmjs.org/-/user/org.couchdb.user:pkaminski', | |
8 verbose request './-/user/org.couchdb.user:pkaminski' ] | |
9 verbose request after pass 2, where is https://registry.npmjs.org/-/user/-/user/org.couchdb.user:pkaminski | |
10 verbose request new user, so can't send auth | |
11 info attempt registry request try #1 at 10:36:16 PM | |
12 verbose request id 01ab0fdb2575c2cd | |
13 http request PUT https://registry.npmjs.org/-/user/-/user/org.couchdb.user:pkaminski | |
14 http 404 https://registry.npmjs.org/-/user/-/user/org.couchdb.user:pkaminski | |
15 verbose headers { date: 'Wed, 21 Jan 2015 06:36:15 GMT', | |
15 verbose headers server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', | |
15 verbose headers 'content-type': 'application/json', | |
15 verbose headers 'cache-control': 'max-age=0', | |
15 verbose headers 'content-length': '41', | |
15 verbose headers 'accept-ranges': 'bytes', | |
15 verbose headers via: '1.1 varnish', | |
15 verbose headers 'x-served-by': 'cache-sjc3132-SJC', | |
15 verbose headers 'x-cache': 'MISS', | |
15 verbose headers 'x-cache-hits': '0', | |
15 verbose headers 'x-timer': 'S1421822175.194545,VS0,VE29', | |
15 verbose headers connection: 'close' } | |
16 verbose adduser back [ { [Error: not_found missing: -/user/-/user/org.couchdb.user:pkaminski] statusCode: 404, code: 'E404' }, | |
16 verbose adduser { error: 'not_found', reason: 'missing' }, | |
16 verbose adduser '{"error":"not_found","reason":"missing"}' ] | |
17 verbose stack Error: not_found missing: -/user/-/user/org.couchdb.user:pkaminski | |
17 verbose stack at RegClient.<anonymous> (c:\code\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:260:14) | |
17 verbose stack at Request._callback (c:\code\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:197:65) | |
17 verbose stack at Request.self.callback (c:\code\nodejs\node_modules\npm\node_modules\request\request.js:364:22) | |
17 verbose stack at Request.emit (events.js:110:17) | |
17 verbose stack at Request.<anonymous> (c:\code\nodejs\node_modules\npm\node_modules\request\request.js:1318:14) | |
17 verbose stack at Request.emit (events.js:129:20) | |
17 verbose stack at IncomingMessage.<anonymous> (c:\code\nodejs\node_modules\npm\node_modules\request\request.js:1266:12) | |
17 verbose stack at IncomingMessage.emit (events.js:129:20) | |
17 verbose stack at _stream_readable.js:908:16 | |
17 verbose stack at process._tickCallback (node.js:355:11) | |
18 verbose statusCode 404 | |
19 verbose cwd c:\Code\workspace\firelease | |
20 error Windows_NT 6.1.7601 | |
21 error argv "c:\\code\\nodejs\\node.exe" "c:\\code\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "login" | |
22 error node v0.11.15 | |
23 error npm v2.1.6 | |
24 error code E404 | |
25 error 404 not_found missing: -/user/-/user/org.couchdb.user:pkaminski | |
26 verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment