-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnpm-debug.log
118 lines (118 loc) · 5 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'install', '-g', 'bower' ]
2 info using [email protected]
3 info using [email protected]
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readGlobalPackageData
7 silly fetchPackageMetaData bower
8 silly fetchNamedPackageData bower
9 silly mapToRegistry name bower
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry https://registry.npmjs.org/
12 silly mapToRegistry uri https://registry.npmjs.org/bower
13 verbose request uri https://registry.npmjs.org/bower
14 verbose request no auth needed
15 info attempt registry request try #1 at 8:41:02 PM
16 verbose request id 292a5acfb22642d2
17 verbose etag W/"5879c880-2ad27"
18 verbose lastModified Sat, 14 Jan 2017 06:43:12 GMT
19 http request GET https://registry.npmjs.org/bower
20 http 304 https://registry.npmjs.org/bower
21 verbose headers { date: 'Sun, 15 Jan 2017 15:11:11 GMT',
21 verbose headers via: '1.1 varnish',
21 verbose headers 'cache-control': 'max-age=300',
21 verbose headers etag: 'W/"5879c880-2ad27"',
21 verbose headers age: '182',
21 verbose headers connection: 'keep-alive',
21 verbose headers 'x-served-by': 'cache-ams4129-AMS',
21 verbose headers 'x-cache': 'HIT',
21 verbose headers 'x-cache-hits': '1',
21 verbose headers 'x-timer': 'S1484493071.700047,VS0,VE0',
21 verbose headers vary: 'Accept-Encoding' }
22 silly get cb [ 304,
22 silly get { date: 'Sun, 15 Jan 2017 15:11:11 GMT',
22 silly get via: '1.1 varnish',
22 silly get 'cache-control': 'max-age=300',
22 silly get etag: 'W/"5879c880-2ad27"',
22 silly get age: '182',
22 silly get connection: 'keep-alive',
22 silly get 'x-served-by': 'cache-ams4129-AMS',
22 silly get 'x-cache': 'HIT',
22 silly get 'x-cache-hits': '1',
22 silly get 'x-timer': 'S1484493071.700047,VS0,VE0',
22 silly get vary: 'Accept-Encoding' } ]
23 verbose etag https://registry.npmjs.org/bower from cache
24 verbose get saving bower to /home/poonam/.npm/registry.npmjs.org/bower/.cache.json
25 silly install normalizeTree
26 silly loadCurrentTree Finishing
27 silly loadIdealTree Starting
28 silly install loadIdealTree
29 silly cloneCurrentTree Starting
30 silly install cloneCurrentTreeToIdealTree
31 silly cloneCurrentTree Finishing
32 silly loadShrinkwrap Starting
33 silly install loadShrinkwrap
34 silly loadShrinkwrap Finishing
35 silly loadAllDepsIntoIdealTree Starting
36 silly install loadAllDepsIntoIdealTree
37 silly resolveWithNewModule [email protected] checking installable status
38 silly cache add args [ 'bower', null ]
39 verbose cache add spec bower
40 silly cache add parsed spec Result {
40 silly cache add raw: 'bower',
40 silly cache add scope: null,
40 silly cache add name: 'bower',
40 silly cache add rawSpec: '',
40 silly cache add spec: 'latest',
40 silly cache add type: 'tag' }
41 silly addNamed bower@latest
42 verbose addNamed "latest" is being treated as a dist-tag for bower
43 info addNameTag [ 'bower', 'latest' ]
44 silly mapToRegistry name bower
45 silly mapToRegistry using default registry
46 silly mapToRegistry registry https://registry.npmjs.org/
47 silly mapToRegistry uri https://registry.npmjs.org/bower
48 verbose addNameTag registry:https://registry.npmjs.org/bower not in flight; fetching
49 verbose get https://registry.npmjs.org/bower not expired, no request
50 silly addNameTag next cb for bower with tag latest
51 silly addNamed [email protected]
52 verbose addNamed "1.8.0" is a plain semver version for bower
53 silly cache afterAdd [email protected]
54 verbose afterAdd /home/poonam/.npm/bower/1.8.0/package/package.json not in flight; writing
55 verbose afterAdd /home/poonam/.npm/bower/1.8.0/package/package.json written
56 silly loadAllDepsIntoIdealTree Finishing
57 silly idealTree:prePrune lib
57 silly idealTree:prePrune `-- [email protected]
58 silly loadIdealTree Finishing
59 silly currentTree lib
60 silly idealTree lib
60 silly idealTree `-- [email protected]
61 silly generateActionsToTake Starting
62 silly install generateActionsToTake
63 warn checkPermissions Missing write access to /usr/local/lib
64 silly rollbackFailedOptional Starting
65 silly rollbackFailedOptional Finishing
66 silly runTopLevelLifecycles Starting
67 silly runTopLevelLifecycles Finishing
68 silly install printInstalled
69 verbose stack Error: EACCES: permission denied, access '/usr/local/lib'
69 verbose stack at Error (native)
70 verbose cwd /home/poonam/malvo
71 error Linux 4.4.0-59-generic
72 error argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "bower"
73 error node v4.2.6
74 error npm v3.5.2
75 error path /usr/local/lib
76 error code EACCES
77 error errno -13
78 error syscall access
79 error Error: EACCES: permission denied, access '/usr/local/lib'
79 error at Error (native)
79 error { [Error: EACCES: permission denied, access '/usr/local/lib']
79 error errno: -13,
79 error code: 'EACCES',
79 error syscall: 'access',
79 error path: '/usr/local/lib' }
80 error Please try running this command again as root/Administrator.
81 verbose exit [ -13, true ]