-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnpm-debug.log
123 lines (123 loc) · 5.29 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
119
120
121
122
123
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli '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 2:04:06 PM
16 verbose request id 4226245a2ec57b55
17 verbose etag "42C9WESJFE6XMC6MM1FQUNLUJ"
18 http request GET https://registry.npmjs.org/bower
19 http 304 https://registry.npmjs.org/bower
20 verbose headers { date: 'Sat, 30 Jan 2016 20:04:07 GMT',
20 verbose headers via: '1.1 varnish',
20 verbose headers 'cache-control': 'max-age=300',
20 verbose headers etag: '"42C9WESJFE6XMC6MM1FQUNLUJ"',
20 verbose headers age: '240',
20 verbose headers connection: 'keep-alive',
20 verbose headers 'x-served-by': 'cache-ord1733-ORD',
20 verbose headers 'x-cache': 'HIT',
20 verbose headers 'x-cache-hits': '2',
20 verbose headers 'x-timer': 'S1454184247.346624,VS0,VE0',
20 verbose headers vary: 'Accept' }
21 silly get cb [ 304,
21 silly get { date: 'Sat, 30 Jan 2016 20:04:07 GMT',
21 silly get via: '1.1 varnish',
21 silly get 'cache-control': 'max-age=300',
21 silly get etag: '"42C9WESJFE6XMC6MM1FQUNLUJ"',
21 silly get age: '240',
21 silly get connection: 'keep-alive',
21 silly get 'x-served-by': 'cache-ord1733-ORD',
21 silly get 'x-cache': 'HIT',
21 silly get 'x-cache-hits': '2',
21 silly get 'x-timer': 'S1454184247.346624,VS0,VE0',
21 silly get vary: 'Accept' } ]
22 verbose etag https://registry.npmjs.org/bower from cache
23 verbose get saving bower to /Users/emplumb/.npm/registry.npmjs.org/bower/.cache.json
24 verbose correctMkdir /Users/emplumb/.npm correctMkdir not in flight; initializing
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.7.7" is a plain semver version for bower
53 silly cache afterAdd [email protected]
54 verbose afterAdd /Users/emplumb/.npm/bower/1.7.7/package/package.json not in flight; writing
55 verbose correctMkdir /Users/emplumb/.npm correctMkdir not in flight; initializing
56 verbose afterAdd /Users/emplumb/.npm/bower/1.7.7/package/package.json written
57 silly loadAllDepsIntoIdealTree Finishing
58 silly idealTree:prePrune lib
58 silly idealTree:prePrune └── [email protected]
59 silly loadIdealTree Finishing
60 silly currentTree lib
61 silly idealTree lib
61 silly idealTree └── [email protected]
62 silly generateActionsToTake Starting
63 silly install generateActionsToTake
64 warn checkPermissions Missing write access to /usr/local/lib/node_modules
65 silly rollbackFailedOptional Starting
66 silly rollbackFailedOptional Finishing
67 silly runTopLevelLifecycles Starting
68 silly runTopLevelLifecycles Finishing
69 silly install printInstalled
70 verbose stack Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
70 verbose stack at Error (native)
71 verbose cwd /Users/emplumb/code/ety
72 error Darwin 15.2.0
73 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "bower"
74 error node v5.5.0
75 error npm v3.6.0
76 error path /usr/local/lib/node_modules
77 error code EACCES
78 error errno -13
79 error syscall access
80 error Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
80 error at Error (native)
80 error { [Error: EACCES: permission denied, access '/usr/local/lib/node_modules']
80 error errno: -13,
80 error code: 'EACCES',
80 error syscall: 'access',
80 error path: '/usr/local/lib/node_modules' }
81 error Please try running this command again as root/Administrator.
82 verbose exit [ -13, true ]