-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
75 lines (66 loc) · 2.05 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
Arguments:
/usr/local/bin/node /usr/local/bin/yarn watch
PATH:
/Library/Frameworks/Python.framework/Versions/2.7/bin:/Users/krisnye/Downloads/google-cloud-sdk/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Frameworks/Mono.framework/Versions/Current/Commands
Yarn version:
0.16.1
Node version:
6.9.1
Platform:
darwin x64
npm manifest:
{
"name": "pegs",
"version": "0.1.0",
"main": "lib/index.js",
"bin": {
"pegs": "lib/_command.js"
},
"repository": "https://github.com/krisnye/pegs.git",
"scripts": {
"build": "tsc -p .",
"watch": "tsc -p . --watch",
},
"directories": {
"lib": "lib",
"src": "src"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {},
"devDependencies": {
"typescript": "^2.2.1"
},
"author": {
"name": "Kris Nye",
"email": "[email protected]"
},
"contributors": [
{
"name": "Kody King"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/krisnye/pegs/issues"
},
"homepage": "https://github.com/krisnye/pegs"
}
yarn manifest:
No manifest
bower manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
typescript@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.2.1.tgz#4862b662b988a4c8ff691cc7969622d24db76ae9"
Trace:
SyntaxError: /Users/krisnye/Projects/language/pegs/package.json: Unexpected token } in JSON at position 272
at Object.parse (native)
at /usr/local/Cellar/yarn/0.16.1/libexec/lib/node_modules/yarn/lib/util/fs.js:271:57
at next (native)
at step (/usr/local/Cellar/yarn/0.16.1/libexec/lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
at /usr/local/Cellar/yarn/0.16.1/libexec/lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncToGenerator.js:28:20