-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
86 lines (86 loc) · 3.92 KB
/
npm-debug.log
File metadata and controls
86 lines (86 loc) · 3.92 KB
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
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', '0.11.13' ]
2 info using npm@1.4.28
3 info using node@v0.10.33
4 warn package.json http@0.0.0 http is also the name of a node core module.
5 warn package.json http@0.0.0 No description
6 warn package.json http@0.0.0 No repository field.
7 warn package.json http@0.0.0 No README data
8 verbose readDependencies using package.json deps
9 verbose cache add [ '0.11.13', null ]
10 verbose cache add name=undefined spec="0.11.13" args=["0.11.13",null]
11 verbose parsed url { protocol: null,
11 verbose parsed url slashes: null,
11 verbose parsed url auth: null,
11 verbose parsed url host: null,
11 verbose parsed url port: null,
11 verbose parsed url hostname: null,
11 verbose parsed url hash: null,
11 verbose parsed url search: null,
11 verbose parsed url query: null,
11 verbose parsed url pathname: '0.11.13',
11 verbose parsed url path: '0.11.13',
11 verbose parsed url href: '0.11.13' }
12 silly lockFile bd0b8df1-0-11-13 0.11.13
13 verbose lock 0.11.13 /Users/Deven/.npm/bd0b8df1-0-11-13.lock
14 silly lockFile bd0b8df1-0-11-13 0.11.13
15 silly lockFile bd0b8df1-0-11-13 0.11.13
16 verbose addNamed [ '0.11.13', '' ]
17 verbose addNamed [ null, '*' ]
18 silly lockFile 1a476040-0-11-13 0.11.13@
19 verbose lock 0.11.13@ /Users/Deven/.npm/1a476040-0-11-13.lock
20 silly addNameRange { name: '0.11.13', range: '*', hasData: false }
21 verbose request where is /0.11.13
22 verbose request registry https://registry.npmjs.org/
23 verbose request id 2031919ba933c9b0
24 verbose url raw /0.11.13
25 verbose url resolving [ 'https://registry.npmjs.org/', './0.11.13' ]
26 verbose url resolved https://registry.npmjs.org/0.11.13
27 verbose request where is https://registry.npmjs.org/0.11.13
28 info trying registry request attempt 1 at 19:13:13
29 http GET https://registry.npmjs.org/0.11.13
30 http 404 https://registry.npmjs.org/0.11.13
31 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31 verbose headers 'content-type': 'application/json',
31 verbose headers 'cache-control': 'max-age=0',
31 verbose headers 'content-length': '51',
31 verbose headers 'accept-ranges': 'bytes',
31 verbose headers date: 'Thu, 23 Apr 2015 23:13:13 GMT',
31 verbose headers via: '1.1 varnish',
31 verbose headers age: '0',
31 verbose headers connection: 'keep-alive',
31 verbose headers 'x-served-by': 'cache-atl6220-ATL',
31 verbose headers 'x-cache': 'MISS',
31 verbose headers 'x-cache-hits': '0',
31 verbose headers 'x-timer': 'S1429830793.896037,VS0,VE80' }
32 silly registry.get cb [ 404,
32 silly registry.get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
32 silly registry.get 'content-type': 'application/json',
32 silly registry.get 'cache-control': 'max-age=0',
32 silly registry.get 'content-length': '51',
32 silly registry.get 'accept-ranges': 'bytes',
32 silly registry.get date: 'Thu, 23 Apr 2015 23:13:13 GMT',
32 silly registry.get via: '1.1 varnish',
32 silly registry.get age: '0',
32 silly registry.get connection: 'keep-alive',
32 silly registry.get 'x-served-by': 'cache-atl6220-ATL',
32 silly registry.get 'x-cache': 'MISS',
32 silly registry.get 'x-cache-hits': '0',
32 silly registry.get 'x-timer': 'S1429830793.896037,VS0,VE80' } ]
33 silly lockFile 1a476040-0-11-13 0.11.13@
34 silly lockFile 1a476040-0-11-13 0.11.13@
35 error 404 404 Not Found: 0.11.13
35 error 404
35 error 404 '0.11.13' is not in the npm registry.
35 error 404 You should bug the author to publish it
35 error 404 It was specified as a dependency of 'lyfecycle-api'
35 error 404
35 error 404 Note that you can also install from a
35 error 404 tarball, folder, or http url, or git url.
36 error System Darwin 14.0.0
37 error command "node" "/usr/local/bin/npm" "install" "0.11.13"
38 error cwd /Users/Deven/Documents/lyfecycle-api
39 error node -v v0.10.33
40 error npm -v 1.4.28
41 error code E404
42 verbose exit [ 1, true ]