-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
54 lines (45 loc) · 1.74 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
Arguments:
/usr/local/bin/node /usr/local/Cellar/yarn/1.5.1_1/libexec/bin/yarn.js start
PATH:
/anaconda/bin:/Users/hendrylim/.rvm/gems/ruby-2.3.3/bin:/Users/hendrylim/.rvm/gems/ruby-2.3.3@global/bin:/Users/hendrylim/.rvm/rubies/ruby-2.3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/anaconda/bin:/Users/hendrylim/.rvm/gems/ruby-2.3.3/bin:/Users/hendrylim/.rvm/gems/ruby-2.3.3@global/bin:/Users/hendrylim/.rvm/rubies/ruby-2.3.3/bin:/Users/hendrylim/.rvm/bin:/Users/hendrylim/.rvm/bin
Yarn version:
1.5.1
Node version:
8.2.1
Platform:
darwin x64
npm manifest:
{
"private": true,
"main": "./src/server.js",
"scripts": {
"start": "node ./src/server.js"
},
"dependencies": {
"apollo-engine": "^1.0.1",
"apollo-server-express": "1.3.2",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"graphql": "0.13.0",
"graphql-tools": "2.20.2",
"node-fetch": "^2.0.0"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: Command failed.
Exit code: 1
Command: sh
Arguments: -c node ./src/server.js
Directory: /Users/hendrylim/react/ticketmaster-rest-api-wrapper
Output:
at ProcessTermError.MessageError (/usr/local/Cellar/yarn/1.5.1_1/libexec/lib/cli.js:186:110)
at new ProcessTermError (/usr/local/Cellar/yarn/1.5.1_1/libexec/lib/cli.js:226:113)
at ChildProcess.<anonymous> (/usr/local/Cellar/yarn/1.5.1_1/libexec/lib/cli.js:30281:17)
at emitTwo (events.js:125:13)
at ChildProcess.emit (events.js:213:7)
at maybeClose (internal/child_process.js:921:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)