-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
83 lines (83 loc) · 3.98 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
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'react-materialize',
1 verbose cli '--save' ]
2 info using [email protected]
3 info using [email protected]
4 verbose readDependencies using package.json deps
5 verbose cache add [ 'react-materialize', null ]
6 verbose cache add name=undefined spec="react-materialize" args=["react-materialize",null]
7 verbose parsed url { protocol: null,
7 verbose parsed url slashes: null,
7 verbose parsed url auth: null,
7 verbose parsed url host: null,
7 verbose parsed url port: null,
7 verbose parsed url hostname: null,
7 verbose parsed url hash: null,
7 verbose parsed url search: null,
7 verbose parsed url query: null,
7 verbose parsed url pathname: 'react-materialize',
7 verbose parsed url path: 'react-materialize',
7 verbose parsed url href: 'react-materialize' }
8 silly lockFile 734da866-react-materialize react-materialize
9 verbose lock react-materialize /Users/asimmalik/.npm/734da866-react-materialize.lock
10 silly lockFile 734da866-react-materialize react-materialize
11 silly lockFile 734da866-react-materialize react-materialize
12 verbose addNamed [ 'react-materialize', '' ]
13 verbose addNamed [ null, '*' ]
14 silly lockFile 1b778486-react-materialize react-materialize@
15 verbose lock react-materialize@ /Users/asimmalik/.npm/1b778486-react-materialize.lock
16 silly addNameRange { name: 'react-materialize', range: '*', hasData: false }
17 verbose url raw react-materialize
18 verbose url resolving [ 'https://registry.npmjs.org/', './react-materialize' ]
19 verbose url resolved https://registry.npmjs.org/react-materialize
20 info trying registry request attempt 1 at 15:42:14
21 http GET https://registry.npmjs.org/react-materialize
22 http 404 https://registry.npmjs.org/react-materialize
23 verbose headers { date: 'Thu, 05 Feb 2015 15:42:15 GMT',
23 verbose headers server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23 verbose headers 'content-type': 'application/json',
23 verbose headers 'cache-control': 'max-age=0',
23 verbose headers 'content-length': '52',
23 verbose headers 'accept-ranges': 'bytes',
23 verbose headers via: '1.1 varnish',
23 verbose headers age: '0',
23 verbose headers 'x-served-by': 'cache-lhr6333-LHR',
23 verbose headers 'x-cache': 'MISS',
23 verbose headers 'x-cache-hits': '0',
23 verbose headers 'x-timer': 'S1423150935.281374,VS0,VE632',
23 verbose headers 'keep-alive': 'timeout=10, max=50',
23 verbose headers connection: 'Keep-Alive' }
24 silly registry.get cb [ 404,
24 silly registry.get { date: 'Thu, 05 Feb 2015 15:42:15 GMT',
24 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24 silly registry.get 'content-type': 'application/json',
24 silly registry.get 'cache-control': 'max-age=0',
24 silly registry.get 'content-length': '52',
24 silly registry.get 'accept-ranges': 'bytes',
24 silly registry.get via: '1.1 varnish',
24 silly registry.get age: '0',
24 silly registry.get 'x-served-by': 'cache-lhr6333-LHR',
24 silly registry.get 'x-cache': 'MISS',
24 silly registry.get 'x-cache-hits': '0',
24 silly registry.get 'x-timer': 'S1423150935.281374,VS0,VE632',
24 silly registry.get 'keep-alive': 'timeout=10, max=50',
24 silly registry.get connection: 'Keep-Alive' } ]
25 silly lockFile 1b778486-react-materialize react-materialize@
26 silly lockFile 1b778486-react-materialize react-materialize@
27 error 404 404 Not Found: react-materialize
27 error 404
27 error 404 'react-materialize' is not in the npm registry.
27 error 404 You should bug the author to publish it
27 error 404
27 error 404 Note that you can also install from a
27 error 404 tarball, folder, or http url, or git url.
28 error System Darwin 14.0.0
29 error command "node" "/usr/local/bin/npm" "install" "react-materialize" "--save"
30 error cwd /Users/asimmalik/Documents/dev/am/react/am-react
31 error node -v v0.10.26
32 error npm -v 1.4.13
33 error code E404
34 verbose exit [ 1, true ]