forked from pthm/node-path-list-to-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
76 lines (62 loc) · 2.29 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
Arguments:
/usr/local/bin/node /usr/local/Cellar/yarn/1.5.1/libexec/bin/yarn.js compile
PATH:
/Users/pt/Downloads/google-cloud-sdk/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/share/dotnet:/usr/local/MacGPG2/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Wireshark.app/Contents/MacOS:/Users/pt/go/bin:/usr/local/opt/go/libexec/bin:/Users/pt/Library/Python/3.6/bin
Yarn version:
1.5.1
Node version:
9.8.0
Platform:
darwin x64
npm manifest:
{
"name": "path-list-parser",
"version": "1.0.0",
"author": "Patt-tom McDonnell <[email protected]>",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"prepublishOnly": "yarn compile",
"compile": "tsc -p ."
},
"files": [
"dist/index.js",
"dist/index.d.ts"
],
"devDependencies": {
"@types/node": "^9.6.5",
"typescript": "^2.8.1"
},
"dependencies": {
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@types/node@^9.6.5":
version "9.6.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.5.tgz#ee700810fdf49ac1c399fc5980b7559b3e5a381d"
mime@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/mime/-/mime-2.3.1.tgz#b1621c54d63b97c47d3cfe7f7215f7d64517c369"
node-mime@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/node-mime/-/node-mime-1.0.0.tgz#359a91f781e179615ac18a2b282d0c26e681d454"
typescript@^2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.1.tgz#6160e4f8f195d5ba81d4876f9c0cc1fbc0820624"
Trace:
Error: Command failed.
Exit code: 1
Command: sh
Arguments: -c tsc -p .
Directory: /Users/pt/Projects/path-list-parser
Output:
at ProcessTermError.MessageError (/usr/local/Cellar/yarn/1.5.1/libexec/lib/cli.js:186:110)
at new ProcessTermError (/usr/local/Cellar/yarn/1.5.1/libexec/lib/cli.js:226:113)
at ChildProcess.<anonymous> (/usr/local/Cellar/yarn/1.5.1/libexec/lib/cli.js:30281:17)
at ChildProcess.emit (events.js:180:13)
at maybeClose (internal/child_process.js:936:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5)