-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
88 lines (88 loc) · 4.06 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
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', 'gitflow' ]
2 info using [email protected]
3 info using [email protected]
4 warn package.json [email protected] No description
5 warn package.json [email protected] No repository field.
6 warn package.json [email protected] No README data
7 warn package.json [email protected] No README data
8 verbose readDependencies using package.json deps
9 verbose cache add [ 'gitflow', null ]
10 verbose cache add name=undefined spec="gitflow" args=["gitflow",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: 'gitflow',
11 verbose parsed url path: 'gitflow',
11 verbose parsed url href: 'gitflow' }
12 silly lockFile 6b9331ff-gitflow gitflow
13 verbose lock gitflow /Users/elizavorobiev/.npm/6b9331ff-gitflow.lock
14 silly lockFile 6b9331ff-gitflow gitflow
15 silly lockFile 6b9331ff-gitflow gitflow
16 verbose addNamed [ 'gitflow', '' ]
17 verbose addNamed [ null, '*' ]
18 silly lockFile 4ee2e3e6-gitflow gitflow@
19 verbose lock gitflow@ /Users/elizavorobiev/.npm/4ee2e3e6-gitflow.lock
20 silly addNameRange { name: 'gitflow', range: '*', hasData: false }
21 verbose request where is /gitflow
22 verbose request registry https://registry.npmjs.org/
23 verbose request id f1fb38b45a8e72ac
24 verbose url raw /gitflow
25 verbose url resolving [ 'https://registry.npmjs.org/', './gitflow' ]
26 verbose url resolved https://registry.npmjs.org/gitflow
27 verbose request where is https://registry.npmjs.org/gitflow
28 info trying registry request attempt 1 at 21:50:53
29 http GET https://registry.npmjs.org/gitflow
30 http 404 https://registry.npmjs.org/gitflow
31 verbose headers { date: 'Sun, 22 Feb 2015 02:50:55 GMT',
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': '52',
31 verbose headers 'accept-ranges': 'bytes',
31 verbose headers via: '1.1 varnish',
31 verbose headers age: '0',
31 verbose headers 'x-served-by': 'cache-jfk1031-JFK',
31 verbose headers 'x-cache': 'MISS',
31 verbose headers 'x-cache-hits': '0',
31 verbose headers 'x-timer': 'S1424573455.396699,VS0,VE86',
31 verbose headers 'keep-alive': 'timeout=10, max=50',
31 verbose headers connection: 'Keep-Alive' }
32 silly registry.get cb [ 404,
32 silly registry.get { date: 'Sun, 22 Feb 2015 02:50:55 GMT',
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': '52',
32 silly registry.get 'accept-ranges': 'bytes',
32 silly registry.get via: '1.1 varnish',
32 silly registry.get age: '0',
32 silly registry.get 'x-served-by': 'cache-jfk1031-JFK',
32 silly registry.get 'x-cache': 'MISS',
32 silly registry.get 'x-cache-hits': '0',
32 silly registry.get 'x-timer': 'S1424573455.396699,VS0,VE86',
32 silly registry.get 'keep-alive': 'timeout=10, max=50',
32 silly registry.get connection: 'Keep-Alive' } ]
33 silly lockFile 4ee2e3e6-gitflow gitflow@
34 silly lockFile 4ee2e3e6-gitflow gitflow@
35 error 404 404 Not Found: gitflow
35 error 404
35 error 404 'gitflow' 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 'nbtc2015'
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.1.0
37 error command "node" "/usr/local/bin/npm" "install" "gitflow"
38 error cwd /Users/elizavorobiev/Documents/repos/nbtc2015
39 error node -v v0.10.35
40 error npm -v 1.4.28
41 error code E404
42 verbose exit [ 1, true ]