forked from cazala/shoal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnpm-debug.log
89 lines (89 loc) · 4.24 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 [ '/home/ubuntu/.nvm/v0.10.35/bin/node',
1 verbose cli '/home/ubuntu/.nvm/v0.10.35/bin/npm',
1 verbose cli 'install',
1 verbose cli 'child_process' ]
2 info using [email protected]
3 info using [email protected]
4 warn package.json [email protected] fs is also the name of a node core module.
5 warn package.json [email protected] No description
6 warn package.json [email protected] No repository field.
7 warn package.json [email protected] No README data
8 verbose cache add [ 'child_process', null ]
9 verbose cache add name=undefined spec="child_process" args=["child_process",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: 'child_process',
10 verbose parsed url path: 'child_process',
10 verbose parsed url href: 'child_process' }
11 silly lockFile 4845fa97-child-process child_process
12 verbose lock child_process /home/ubuntu/.npm/4845fa97-child-process.lock
13 silly lockFile 4845fa97-child-process child_process
14 silly lockFile 4845fa97-child-process child_process
15 verbose addNamed [ 'child_process', '' ]
16 verbose addNamed [ null, '*' ]
17 silly lockFile 512a7ef6-child-process child_process@
18 verbose lock child_process@ /home/ubuntu/.npm/512a7ef6-child-process.lock
19 silly addNameRange { name: 'child_process', range: '*', hasData: false }
20 verbose request where is /child_process
21 verbose request registry https://registry.npmjs.org/
22 verbose request id ebec77d778bd4e02
23 verbose url raw /child_process
24 verbose url resolving [ 'https://registry.npmjs.org/', './child_process' ]
25 verbose url resolved https://registry.npmjs.org/child_process
26 verbose request where is https://registry.npmjs.org/child_process
27 info trying registry request attempt 1 at 02:58:57
28 http GET https://registry.npmjs.org/child_process
29 http 404 https://registry.npmjs.org/child_process
30 verbose headers { date: 'Wed, 25 Feb 2015 02:58:57 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-dfw1829-DFW',
30 verbose headers 'x-cache': 'MISS',
30 verbose headers 'x-cache-hits': '0',
30 verbose headers 'x-timer': 'S1424833137.881988,VS0,VE62',
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: 'Wed, 25 Feb 2015 02:58:57 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-dfw1829-DFW',
31 silly registry.get 'x-cache': 'MISS',
31 silly registry.get 'x-cache-hits': '0',
31 silly registry.get 'x-timer': 'S1424833137.881988,VS0,VE62',
31 silly registry.get 'keep-alive': 'timeout=10, max=50',
31 silly registry.get connection: 'Keep-Alive' } ]
32 silly lockFile 512a7ef6-child-process child_process@
33 silly lockFile 512a7ef6-child-process child_process@
34 error 404 404 Not Found: child_process
34 error 404
34 error 404 'child_process' 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 Linux 3.14.13-c9
36 error command "/home/ubuntu/.nvm/v0.10.35/bin/node" "/home/ubuntu/.nvm/v0.10.35/bin/npm" "install" "child_process"
37 error cwd /home/ubuntu/workspace
38 error node -v v0.10.35
39 error npm -v 1.4.28
40 error code E404
41 verbose exit [ 1, true ]