This repository was archived by the owner on Aug 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnpm-debug.log
More file actions
70 lines (70 loc) · 3.47 KB
/
Copy pathnpm-debug.log
File metadata and controls
70 lines (70 loc) · 3.47 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
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install' ]
2 info using npm@4.0.5
3 info using node@v7.4.0
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly install normalizeTree
8 silly loadCurrentTree Finishing
9 silly loadIdealTree Starting
10 silly install loadIdealTree
11 silly cloneCurrentTree Starting
12 silly install cloneCurrentTreeToIdealTree
13 silly cloneCurrentTree Finishing
14 silly loadShrinkwrap Starting
15 silly install loadShrinkwrap
16 silly loadShrinkwrap Finishing
17 silly loadAllDepsIntoIdealTree Starting
18 silly install loadAllDepsIntoIdealTree
19 silly fetchNamedPackageData fsevents
20 silly mapToRegistry name fsevents
21 silly mapToRegistry using default registry
22 silly mapToRegistry registry https://registry.npmjs.org/
23 silly mapToRegistry data Result {
23 silly mapToRegistry raw: 'fsevents',
23 silly mapToRegistry scope: null,
23 silly mapToRegistry escapedName: 'fsevents',
23 silly mapToRegistry name: 'fsevents',
23 silly mapToRegistry rawSpec: '',
23 silly mapToRegistry spec: 'latest',
23 silly mapToRegistry type: 'tag' }
24 silly mapToRegistry uri https://registry.npmjs.org/fsevents
25 verbose request uri https://registry.npmjs.org/fsevents
26 verbose request no auth needed
27 info attempt registry request try #1 at 2:57:46 PM
28 verbose request using bearer token for auth
29 verbose request id 2eb21c128eaf4f7e
30 verbose etag W/"5896f7ec-c263"
31 verbose lastModified Sun, 05 Feb 2017 10:01:16 GMT
32 http request GET https://registry.npmjs.org/fsevents
33 info retry will retry, error on last attempt: Error: getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443
34 info attempt registry request try #2 at 2:58:07 PM
35 verbose request using bearer token for auth
36 verbose etag W/"5896f7ec-c263"
37 verbose lastModified Sun, 05 Feb 2017 10:01:16 GMT
38 http request GET https://registry.npmjs.org/fsevents
39 info retry will retry, error on last attempt: Error: getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443
40 verbose stack Error: kill ENOSYS
40 verbose stack at exports._errnoException (util.js:1022:11)
40 verbose stack at process.kill (internal/process.js:173:13)
40 verbose stack at process.listener (C:\Program Files\nodejs\node_modules\npm\node_modules\npmlog\node_modules\gauge\node_modules\signal-exit\index.js:86:15)
40 verbose stack at emitNone (events.js:91:20)
40 verbose stack at process.emit (events.js:185:7)
40 verbose stack at processEmit (C:\Program Files\nodejs\node_modules\npm\node_modules\npmlog\node_modules\gauge\node_modules\signal-exit\index.js:146:32)
40 verbose stack at processEmit (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\node_modules\npmlog\node_modules\gauge\node_modules\signal-exit\index.js:146:32)
40 verbose stack at Signal.wrap.onsignal (internal/process.js:200:44)
41 verbose cwd C:\Users\Matthew Hall\Documents\GitHub\halltech
42 error Windows_NT 10.0.14393
43 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
44 error node v7.4.0
45 error npm v4.0.5
46 error code ENOSYS
47 error errno ENOSYS
48 error syscall kill
49 error kill ENOSYS
50 error If you need help, you may report this error at:
50 error <https://github.com/npm/npm/issues>
51 verbose exit [ 1, true ]