-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
89 lines (89 loc) · 4.28 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files (x86)\\Node.js\\\\node.exe',
1 verbose cli 'C:\\Program Files (x86)\\Node.js\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'socket-io' ]
2 info using npm@1.4.28
3 info using node@v0.10.33
4 verbose node symlink C:\Program Files (x86)\Node.js\\node.exe
5 warn package.json fs@0.0.2 fs is also the name of a node core module.
6 warn package.json fs@0.0.2 No description
7 warn package.json fs@0.0.2 No repository field.
8 verbose cache add [ 'socket-io', null ]
9 verbose cache add name=undefined spec="socket-io" args=["socket-io",null]
10 verbose parsed url { protocol: null,
10 verbose parsed url slashes: null,
10 verbose parsed url auth: null,
10 verbose parsed url host: null,
10 verbose parsed url port: null,
10 verbose parsed url hostname: null,
10 verbose parsed url hash: null,
10 verbose parsed url search: null,
10 verbose parsed url query: null,
10 verbose parsed url pathname: 'socket-io',
10 verbose parsed url path: 'socket-io',
10 verbose parsed url href: 'socket-io' }
11 silly lockFile 2c2f14e9-socket-io socket-io
12 verbose lock socket-io C:\Users\Sony\AppData\Roaming\npm-cache\2c2f14e9-socket-io.lock
13 silly lockFile 2c2f14e9-socket-io socket-io
14 silly lockFile 2c2f14e9-socket-io socket-io
15 verbose addNamed [ 'socket-io', '' ]
16 verbose addNamed [ null, '*' ]
17 silly lockFile d2f5c91d-socket-io socket-io@
18 verbose lock socket-io@ C:\Users\Sony\AppData\Roaming\npm-cache\d2f5c91d-socket-io.lock
19 silly addNameRange { name: 'socket-io', range: '*', hasData: false }
20 verbose request where is /socket-io
21 verbose request registry https://registry.npmjs.org/
22 verbose request id 6778bb9826cae914
23 verbose url raw /socket-io
24 verbose url resolving [ 'https://registry.npmjs.org/', './socket-io' ]
25 verbose url resolved https://registry.npmjs.org/socket-io
26 verbose request where is https://registry.npmjs.org/socket-io
27 info trying registry request attempt 1 at 18:37:23
28 http GET https://registry.npmjs.org/socket-io
29 http 404 https://registry.npmjs.org/socket-io
30 verbose headers { date: 'Fri, 09 Jan 2015 02:37:35 GMT',
30 verbose headers server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30 verbose headers 'content-type': 'application/json',
30 verbose headers 'cache-control': 'max-age=0',
30 verbose headers 'content-length': '52',
30 verbose headers 'accept-ranges': 'bytes',
30 verbose headers via: '1.1 varnish',
30 verbose headers age: '0',
30 verbose headers 'x-served-by': 'cache-jfk1026-JFK',
30 verbose headers 'x-cache': 'MISS',
30 verbose headers 'x-cache-hits': '0',
30 verbose headers 'x-timer': 'S1420771055.031523,VS0,VE16',
30 verbose headers 'keep-alive': 'timeout=10, max=50',
30 verbose headers connection: 'Keep-Alive' }
31 silly registry.get cb [ 404,
31 silly registry.get { date: 'Fri, 09 Jan 2015 02:37:35 GMT',
31 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31 silly registry.get 'content-type': 'application/json',
31 silly registry.get 'cache-control': 'max-age=0',
31 silly registry.get 'content-length': '52',
31 silly registry.get 'accept-ranges': 'bytes',
31 silly registry.get via: '1.1 varnish',
31 silly registry.get age: '0',
31 silly registry.get 'x-served-by': 'cache-jfk1026-JFK',
31 silly registry.get 'x-cache': 'MISS',
31 silly registry.get 'x-cache-hits': '0',
31 silly registry.get 'x-timer': 'S1420771055.031523,VS0,VE16',
31 silly registry.get 'keep-alive': 'timeout=10, max=50',
31 silly registry.get connection: 'Keep-Alive' } ]
32 silly lockFile d2f5c91d-socket-io socket-io@
33 silly lockFile d2f5c91d-socket-io socket-io@
34 error 404 404 Not Found: socket-io
34 error 404
34 error 404 'socket-io' is not in the npm registry.
34 error 404 You should bug the author to publish it
34 error 404
34 error 404 Note that you can also install from a
34 error 404 tarball, folder, or http url, or git url.
35 error System Windows_NT 6.1.7601
36 error command "C:\\Program Files (x86)\\Node.js\\\\node.exe" "C:\\Program Files (x86)\\Node.js\\node_modules\\npm\\bin\\npm-cli.js" "install" "socket-io"
37 error cwd C:\Users\Sony\workspace\nodejs\UserGallery
38 error node -v v0.10.33
39 error npm -v 1.4.28
40 error code E404
41 verbose exit [ 1, true ]