-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathyarn-error.log
115 lines (95 loc) · 3.93 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
107
108
109
110
111
112
113
114
115
Arguments:
/Users/alexander.keliris/.nvm/versions/node/v9.4.0/bin/node /usr/local/Cellar/yarn/1.5.1/libexec/bin/yarn.js buld
PATH:
/Users/alexander.keliris/.nvm/versions/node/v9.4.0/bin:/usr/local/bin:/Users/alexander.keliris/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/alexander.keliris/Library/Android/sdk/tools:/Users/alexander.keliris/Library/Android/sdk/platform-tools
Yarn version:
1.5.1
Node version:
9.4.0
Platform:
darwin x64
npm manifest:
{
"name": "reprocessing-example",
"scripts": {
"start": "./lib/bs/bytecode/indexhot.byte",
"start:native": "./lib/bs/native/index.native",
"build": "bsb -make-world",
"build:web": "bsb -make-world -backend js",
"build:native": "bsb -make-world -backend native",
"clean": "bsb -clean-world"
},
"dependencies": {
"Reprocessing": "schmavery/reprocessing"
},
"devDependencies": {
"bs-platform": "bsansouci/bsb-native#2.1.1"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"Reasongl@github:bsansouci/reasongl":
version "0.2.0"
resolved "https://codeload.github.com/bsansouci/reasongl/tar.gz/ded760557e03a58d1edb3cc5e93d7ccd54bfd8ec"
dependencies:
Tgls bsansouci/tgls
Tsdl bsansouci/tsdl
gl-matrix "*"
Reprocessing@schmavery/reprocessing:
version "0.1.0"
resolved "https://codeload.github.com/schmavery/reprocessing/tar.gz/e917aed459997c167f02147a03102526a59f04c9"
dependencies:
Reasongl "github:bsansouci/reasongl"
Tgls@bsansouci/tgls:
version "0.8.4"
resolved "https://codeload.github.com/bsansouci/tgls/tar.gz/45c490d8d34425f639b508290c297c5a76277bcf"
Tsdl@bsansouci/tsdl:
version "0.9.1"
resolved "https://codeload.github.com/bsansouci/tsdl/tar.gz/5c8266f9b494d17297255bec8c8d9aebef487d2c"
dependencies:
sdl2 bsansouci/SDL-mirror#fast
bs-platform@bsansouci/bsb-native#2.1.1:
version "2.1.1"
resolved "https://codeload.github.com/bsansouci/bsb-native/tar.gz/d76155b709dba032cdb11e99ebe0e2c37bcb2c85"
dependencies:
yauzl "^2.9.1"
buffer-crc32@~0.2.3:
version "0.2.13"
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
fd-slicer@~1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.0.1.tgz#8b5bcbd9ec327c5041bf9ab023fd6750f1177e65"
dependencies:
pend "~1.2.0"
gl-matrix@*:
version "2.4.0"
resolved "https://registry.yarnpkg.com/gl-matrix/-/gl-matrix-2.4.0.tgz#2089b13301a29eec822d9d99dffc1f78ee9a3c50"
pend@~1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
sdl2@bsansouci/SDL-mirror#fast:
version "2.0.5"
resolved "https://codeload.github.com/bsansouci/SDL-mirror/tar.gz/129e47282cc72b7d51246b18a4da48d919799092"
dependencies:
yauzl "^2.9.1"
yauzl@^2.9.1:
version "2.9.1"
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.9.1.tgz#a81981ea70a57946133883f029c5821a89359a7f"
dependencies:
buffer-crc32 "~0.2.3"
fd-slicer "~1.0.1"
Trace:
Error: Command "buld" not found. Did you mean "build"?
at new MessageError (/usr/local/Cellar/yarn/1.5.1/libexec/lib/cli.js:186:110)
at /usr/local/Cellar/yarn/1.5.1/libexec/lib/cli.js:87307:17
at Generator.next (<anonymous>)
at step (/usr/local/Cellar/yarn/1.5.1/libexec/lib/cli.js:98:30)
at /usr/local/Cellar/yarn/1.5.1/libexec/lib/cli.js:116:14
at new Promise (<anonymous>)
at new F (/usr/local/Cellar/yarn/1.5.1/libexec/lib/cli.js:23451:28)
at /usr/local/Cellar/yarn/1.5.1/libexec/lib/cli.js:95:12
at runCommand (/usr/local/Cellar/yarn/1.5.1/libexec/lib/cli.js:87312:22)
at Object.<anonymous> (/usr/local/Cellar/yarn/1.5.1/libexec/lib/cli.js:87412:14)