forked from shivankgtm/git_data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
119 lines (119 loc) · 5.35 KB
/
npm-debug.log
File metadata and controls
119 lines (119 loc) · 5.35 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
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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'install', '-g', 'bower' ]
2 info using npm@3.5.2
3 info using node@v4.2.6
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 4:12:30 PM
16 verbose request id fb616f90b5c67d8f
17 verbose etag W/"599cffbe-31fa3"
18 verbose lastModified Wed, 23 Aug 2017 04:08:30 GMT
19 http request GET https://registry.npmjs.org/bower
20 http 304 https://registry.npmjs.org/bower
21 verbose headers { date: 'Sun, 27 Aug 2017 10:42:31 GMT',
21 verbose headers via: '1.1 varnish',
21 verbose headers 'cache-control': 'max-age=300',
21 verbose headers etag: 'W/"599cffbe-31fa3"',
21 verbose headers age: '192',
21 verbose headers connection: 'keep-alive',
21 verbose headers 'x-served-by': 'cache-sin18026-SIN',
21 verbose headers 'x-cache': 'HIT',
21 verbose headers 'x-cache-hits': '3',
21 verbose headers 'x-timer': 'S1503830551.402193,VS0,VE0',
21 verbose headers vary: 'Accept-Encoding, Accept' }
22 silly get cb [ 304,
22 silly get { date: 'Sun, 27 Aug 2017 10:42:31 GMT',
22 silly get via: '1.1 varnish',
22 silly get 'cache-control': 'max-age=300',
22 silly get etag: 'W/"599cffbe-31fa3"',
22 silly get age: '192',
22 silly get connection: 'keep-alive',
22 silly get 'x-served-by': 'cache-sin18026-SIN',
22 silly get 'x-cache': 'HIT',
22 silly get 'x-cache-hits': '3',
22 silly get 'x-timer': 'S1503830551.402193,VS0,VE0',
22 silly get vary: 'Accept-Encoding, Accept' } ]
23 verbose etag https://registry.npmjs.org/bower from cache
24 verbose get saving bower to /home/sgiux/.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 bower@1.8.0 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 bower@1.8.0
52 verbose addNamed "1.8.0" is a plain semver version for bower
53 warn deprecated bower@1.8.0: ..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path, but please help to create it: https://github.com/bower/bower/issues/2467
54 silly cache afterAdd bower@1.8.0
55 verbose afterAdd /home/sgiux/.npm/bower/1.8.0/package/package.json not in flight; writing
56 verbose afterAdd /home/sgiux/.npm/bower/1.8.0/package/package.json written
57 silly loadAllDepsIntoIdealTree Finishing
58 silly idealTree:prePrune lib
58 silly idealTree:prePrune `-- bower@1.8.0
59 silly loadIdealTree Finishing
60 silly currentTree lib
61 silly idealTree lib
61 silly idealTree `-- bower@1.8.0
62 silly generateActionsToTake Starting
63 silly install generateActionsToTake
64 warn checkPermissions Missing write access to /usr/local/lib
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'
70 verbose stack at Error (native)
71 verbose cwd /home/sgiux/git_data
72 error Linux 4.10.0-32-generic
73 error argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "bower"
74 error node v4.2.6
75 error npm v3.5.2
76 error path /usr/local/lib
77 error code EACCES
78 error errno -13
79 error syscall access
80 error Error: EACCES: permission denied, access '/usr/local/lib'
80 error at Error (native)
80 error { [Error: EACCES: permission denied, access '/usr/local/lib']
80 error errno: -13,
80 error code: 'EACCES',
80 error syscall: 'access',
80 error path: '/usr/local/lib' }
81 error Please try running this command again as root/Administrator.
82 verbose exit [ -13, true ]