-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
84 lines (84 loc) · 4.24 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
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',
1 verbose cli '--save',
1 verbose cli 'paper-card' ]
2 info using [email protected]
3 info using [email protected]
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData paper-card
8 silly fetchNamedPackageData paper-card
9 silly mapToRegistry name paper-card
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry https://registry.npmjs.org/
12 silly mapToRegistry data Result {
12 silly mapToRegistry raw: 'paper-card',
12 silly mapToRegistry scope: null,
12 silly mapToRegistry escapedName: 'paper-card',
12 silly mapToRegistry name: 'paper-card',
12 silly mapToRegistry rawSpec: '',
12 silly mapToRegistry spec: 'latest',
12 silly mapToRegistry type: 'tag' }
13 silly mapToRegistry uri https://registry.npmjs.org/paper-card
14 verbose request uri https://registry.npmjs.org/paper-card
15 verbose request no auth needed
16 info attempt registry request try #1 at 9:45:20 AM
17 verbose request id 1ee9ae12148cc03f
18 http request GET https://registry.npmjs.org/paper-card
19 http 200 https://registry.npmjs.org/paper-card
20 verbose headers { server: 'nginx/1.10.3',
20 verbose headers 'content-type': 'application/json',
20 verbose headers 'last-modified': 'Sat, 30 Jan 2016 03:42:03 GMT',
20 verbose headers etag: 'W/"56ac310b-18e"',
20 verbose headers 'content-encoding': 'gzip',
20 verbose headers 'cache-control': 'max-age=300',
20 verbose headers 'content-length': '241',
20 verbose headers 'accept-ranges': 'bytes',
20 verbose headers date: 'Sat, 17 Jun 2017 13:45:21 GMT',
20 verbose headers via: '1.1 varnish',
20 verbose headers age: '0',
20 verbose headers connection: 'keep-alive',
20 verbose headers 'x-served-by': 'cache-yyz8334-YYZ',
20 verbose headers 'x-cache': 'MISS',
20 verbose headers 'x-cache-hits': '0',
20 verbose headers 'x-timer': 'S1497707121.284559,VS0,VE335',
20 verbose headers vary: 'Accept-Encoding' }
21 silly get cb [ 200,
21 silly get { server: 'nginx/1.10.3',
21 silly get 'content-type': 'application/json',
21 silly get 'last-modified': 'Sat, 30 Jan 2016 03:42:03 GMT',
21 silly get etag: 'W/"56ac310b-18e"',
21 silly get 'content-encoding': 'gzip',
21 silly get 'cache-control': 'max-age=300',
21 silly get 'content-length': '241',
21 silly get 'accept-ranges': 'bytes',
21 silly get date: 'Sat, 17 Jun 2017 13:45:21 GMT',
21 silly get via: '1.1 varnish',
21 silly get age: '0',
21 silly get connection: 'keep-alive',
21 silly get 'x-served-by': 'cache-yyz8334-YYZ',
21 silly get 'x-cache': 'MISS',
21 silly get 'x-cache-hits': '0',
21 silly get 'x-timer': 'S1497707121.284559,VS0,VE335',
21 silly get vary: 'Accept-Encoding' } ]
22 verbose get saving paper-card to C:\Users\cmcga\AppData\Roaming\npm-cache\registry.npmjs.org\paper-card\.cache.json
23 verbose correctMkdir C:\Users\cmcga\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
24 verbose stack TypeError: Cannot convert undefined or null to object
24 verbose stack at pickVersionFromRegistryDocument (C:\Program Files\nodejs\node_modules\npm\lib\fetch-package-metadata.js:125:29)
24 verbose stack at C:\Program Files\nodejs\node_modules\npm\node_modules\iferr\index.js:13:50
24 verbose stack at C:\Program Files\nodejs\node_modules\npm\lib\utils\pulse-till-done.js:20:8
24 verbose stack at saved (C:\Program Files\nodejs\node_modules\npm\lib\cache\caching-client.js:174:7)
24 verbose stack at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:241:18
24 verbose stack at FSReqWrap.oncomplete (fs.js:123:15)
25 verbose cwd C:\Users\cmcga\Documents\dev\puppy-app
26 error Windows_NT 10.0.14393
27 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--save" "paper-card"
28 error node v6.10.0
29 error npm v3.10.10
30 error Cannot convert undefined or null to object
31 error If you need help, you may report this error at:
31 error <https://github.com/npm/npm/issues>
32 verbose exit [ 1, true ]