-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
75 lines (66 loc) · 2.02 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/Cellar/node/11.7.0/bin/node /usr/local/Cellar/yarn/1.13.0/libexec/bin/yarn.js
PATH:
/Users/jasonbrooks/.cargo/bin:/Users/jasonbrooks/miniconda3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/jasonbrooks/.cargo/bin:/Users/jasonbrooks/miniconda3/bin
Yarn version:
1.13.0
Node version:
11.7.0
Platform:
darwin x64
Trace:
SyntaxError: /Users/Shared/src/genome-almanac-api/package.json: Unexpected token } in JSON at position 1029
at JSON.parse (<anonymous>)
at /usr/local/Cellar/yarn/1.13.0/libexec/lib/cli.js:1625:59
at Generator.next (<anonymous>)
at step (/usr/local/Cellar/yarn/1.13.0/libexec/lib/cli.js:304:30)
at /usr/local/Cellar/yarn/1.13.0/libexec/lib/cli.js:315:13
npm manifest:
{
"name": "genome-almanac-api",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"build": "rm -rf dist && tsc && ncp src/schema dist/schema",
"start": "node dist/server.js",
"poll": "node dist/poll.js",
"test": "jest --detectOpenHandles",
"debug": "node --inspect dist/server.js",
"prettier": "prettier --write ./src/**/*.ts",
"precommit": "yarn prettier"
},
"dependencies": {
"apollo-server-express": "^2.9.11",
"express": "^4.17.1",
"firebase-admin": "^8.8.0",
"graphql": "^14.3.1",
"graphql-import": "^0.7.1",
"graphql-import-node": "^0.0.4",
"ncp": "^2.0.0",
"pg-promise": "^10.2.1"
},
"devDependencies": {
"@types/express": "^4.17.2",
"@types/graphql": "^14.5.0",
"@types/jest": "^24.0.23",
"@types/supertest": "^2.0.8",
"@types/yargs": "^15.0.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"supertest": "^4.0.2",
"ts-jest": "^24.1.0",
"ts-node": "^8.5.2",
"typescript": "^3.7.3",
},
"prettier": {
"printWidth": 160,
"tabWidth": 4,
"arrowParens": "always",
"parser": "typescript"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile