-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
75 lines (75 loc) · 4.01 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
0 info it worked if it ends with ok
1 verbose cli [ '/opt/node/.nvm/versions/node/v4.2.6/bin/node',
1 verbose cli '/opt/node/.nvm/versions/node/v4.2.6/bin/npm',
1 verbose cli 'owner',
1 verbose cli 'ls',
1 verbose cli 'SequenceServer' ]
2 info using [email protected]
3 info using [email protected]
4 silly mapToRegistry name SequenceServer
5 silly mapToRegistry using default registry
6 silly mapToRegistry registry https://registry.npmjs.org/
7 silly mapToRegistry uri https://registry.npmjs.org/SequenceServer
8 verbose request uri https://registry.npmjs.org/SequenceServer
9 verbose request no auth needed
10 info attempt registry request try #1 at 10:51:41 PM
11 verbose request id 879b60fd9760989f
12 http request GET https://registry.npmjs.org/SequenceServer
13 http 404 https://registry.npmjs.org/SequenceServer
14 verbose headers { 'content-type': 'application/json',
14 verbose headers 'cache-control': 'max-age=0',
14 verbose headers 'content-length': '2',
14 verbose headers 'accept-ranges': 'bytes',
14 verbose headers date: 'Sat, 18 Jun 2016 14:51:43 GMT',
14 verbose headers via: '1.1 varnish',
14 verbose headers age: '0',
14 verbose headers connection: 'keep-alive',
14 verbose headers 'x-served-by': 'cache-lhr6333-LHR',
14 verbose headers 'x-cache': 'MISS',
14 verbose headers 'x-cache-hits': '0',
14 verbose headers 'x-timer': 'S1466261502.942268,VS0,VE173',
14 verbose headers vary: 'Accept-Encoding' }
15 silly get cb [ 404,
15 silly get { 'content-type': 'application/json',
15 silly get 'cache-control': 'max-age=0',
15 silly get 'content-length': '2',
15 silly get 'accept-ranges': 'bytes',
15 silly get date: 'Sat, 18 Jun 2016 14:51:43 GMT',
15 silly get via: '1.1 varnish',
15 silly get age: '0',
15 silly get connection: 'keep-alive',
15 silly get 'x-served-by': 'cache-lhr6333-LHR',
15 silly get 'x-cache': 'MISS',
15 silly get 'x-cache-hits': '0',
15 silly get 'x-timer': 'S1466261502.942268,VS0,VE173',
15 silly get vary: 'Accept-Encoding' } ]
16 error owner ls Couldn't get owner data SequenceServer
17 verbose stack Error: Registry returned 404 for GET on https://registry.npmjs.org/SequenceServer
17 verbose stack at makeError (/opt/node/.nvm/versions/node/v4.2.6/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12)
17 verbose stack at CachingRegistryClient.<anonymous> (/opt/node/.nvm/versions/node/v4.2.6/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:242:14)
17 verbose stack at Request._callback (/opt/node/.nvm/versions/node/v4.2.6/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14)
17 verbose stack at Request.self.callback (/opt/node/.nvm/versions/node/v4.2.6/lib/node_modules/npm/node_modules/request/request.js:198:22)
17 verbose stack at emitTwo (events.js:87:13)
17 verbose stack at Request.emit (events.js:172:7)
17 verbose stack at Request.<anonymous> (/opt/node/.nvm/versions/node/v4.2.6/lib/node_modules/npm/node_modules/request/request.js:1082:10)
17 verbose stack at emitOne (events.js:82:20)
17 verbose stack at Request.emit (events.js:169:7)
17 verbose stack at IncomingMessage.<anonymous> (/opt/node/.nvm/versions/node/v4.2.6/lib/node_modules/npm/node_modules/request/request.js:1009:12)
18 verbose statusCode 404
19 verbose pkgid SequenceServer
20 verbose cwd /opt/node/lidikang/sequenceserver
21 error Linux 3.10.0-123.9.3.el7.x86_64
22 error argv "/opt/node/.nvm/versions/node/v4.2.6/bin/node" "/opt/node/.nvm/versions/node/v4.2.6/bin/npm" "owner" "ls" "SequenceServer"
23 error node v4.2.6
24 error npm v2.14.12
25 error code E404
26 error 404 Registry returned 404 for GET on https://registry.npmjs.org/SequenceServer
26 error 404
26 error 404 'SequenceServer' is not in the npm registry.
26 error 404 Your package name is not valid, because
26 error 404
26 error 404 1. name can no longer contain capital letters
26 error 404
26 error 404 Note that you can also install from a
26 error 404 tarball, folder, http url, or git url.
27 verbose exit [ 1, true ]