-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
106 lines (86 loc) · 3.39 KB
/
yarn-error.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
Arguments:
/Users/unairecio/.asdf/installs/nodejs/9.0.0/bin/node /Users/unairecio/.asdf/installs/nodejs/9.0.0/.npm/bin/yarn add XMLHttpRequest
PATH:
/Users/unairecio/.asdf/shims:/Users/unairecio/.asdf/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Yarn version:
1.7.0
Node version:
9.0.0
Platform:
darwin x64
Trace:
Error: https://registry.yarnpkg.com/XMLHttpRequest: Not found
at Request.params.callback [as _callback] (/Users/unairecio/.asdf/installs/nodejs/9.0.0/.npm/lib/node_modules/yarn/lib/cli.js:65656:18)
at Request.self.callback (/Users/unairecio/.asdf/installs/nodejs/9.0.0/.npm/lib/node_modules/yarn/lib/cli.js:134675:22)
at emitTwo (events.js:135:13)
at Request.emit (events.js:224:7)
at Request.<anonymous> (/Users/unairecio/.asdf/installs/nodejs/9.0.0/.npm/lib/node_modules/yarn/lib/cli.js:135658:10)
at emitOne (events.js:125:13)
at Request.emit (events.js:221:7)
at IncomingMessage.<anonymous> (/Users/unairecio/.asdf/installs/nodejs/9.0.0/.npm/lib/node_modules/yarn/lib/cli.js:135578:12)
at Object.onceWrapper (events.js:322:30)
at emitNone (events.js:120:20)
npm manifest:
{
"name": "rekkordbox-cue-editor",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"id3js": "^1.1.3",
"xml2json": "^0.11.2"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
bindings@^1.2.1:
version "1.3.0"
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.3.0.tgz#b346f6ecf6a95f5a815c5839fc7cdb22502f1ed7"
hoek@5.x.x:
version "5.0.3"
resolved "https://registry.yarnpkg.com/hoek/-/hoek-5.0.3.tgz#b71d40d943d0a95da01956b547f83c4a5b4a34ac"
hoek@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.1.tgz#9634502aa12c445dd5a7c5734b572bb8738aacbb"
id3js@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/id3js/-/id3js-1.1.3.tgz#6bb3442640a323606a7dbeea20f7cb935ea17066"
isemail@3.x.x:
version "3.1.2"
resolved "https://registry.yarnpkg.com/isemail/-/isemail-3.1.2.tgz#937cf919002077999a73ea8b1951d590e84e01dd"
dependencies:
punycode "2.x.x"
joi@^13.1.2:
version "13.4.0"
resolved "https://registry.yarnpkg.com/joi/-/joi-13.4.0.tgz#afc359ee3d8bc5f9b9ba6cdc31b46d44af14cecc"
dependencies:
hoek "5.x.x"
isemail "3.x.x"
topo "3.x.x"
nan@^2.3.5:
version "2.10.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f"
node-expat@^2.3.15:
version "2.3.16"
resolved "https://registry.yarnpkg.com/node-expat/-/node-expat-2.3.16.tgz#adb22174e1aaa5305996bd5b1aa6f2c8d5c0f239"
dependencies:
bindings "^1.2.1"
nan "^2.3.5"
punycode@2.x.x:
version "2.1.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
topo@3.x.x:
version "3.0.0"
resolved "https://registry.yarnpkg.com/topo/-/topo-3.0.0.tgz#37e48c330efeac784538e0acd3e62ca5e231fe7a"
dependencies:
hoek "5.x.x"
xml2json@^0.11.2:
version "0.11.2"
resolved "https://registry.yarnpkg.com/xml2json/-/xml2json-0.11.2.tgz#70ddd234fd7818312cc58455cab8457b5bcc7c52"
dependencies:
hoek "^4.2.1"
joi "^13.1.2"
node-expat "^2.3.15"