-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
57 lines (49 loc) · 1.49 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
Arguments:
/home/martmad/.nvm/versions/node/v11.10.1/bin/node /usr/share/yarn/bin/yarn.js
PATH:
/home/martmad/.nvm/versions/node/v11.10.1/bin:/home/martmad/repo/outfunnel/node_modules/.bin:/home/martmad/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Yarn version:
1.9.4
Node version:
11.10.1
Platform:
linux x64
Trace:
SyntaxError: /home/martmad/repo/outfunnel/package.json: Unexpected token } in JSON at position 239
at JSON.parse (<anonymous>)
at /usr/share/yarn/lib/cli.js:1130:59
at Generator.next (<anonymous>)
at step (/usr/share/yarn/lib/cli.js:92:30)
at /usr/share/yarn/lib/cli.js:103:13
npm manifest:
{
"name": "forecast-api",
"npmClient": "yarn",
"scripts": {
"start": "env-cmd --fallback -f .env ts-node-dev --respawn --transpileOnly src/main.ts",
"lint": "tslint --fix -c tslint.json 'src/**/*.ts'",
"build": "tsc",
},
"devDependencies": {
"@types/express": "^4.16.1",
"@types/moment": "^2.13.0",
"@types/node": "^12.0.4",
"env-cmd": "^9.0.2",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"ts-node-dev": "^1.0.0-pre.39",
"tslint": "^5.17.0",
"typescript": "^3.5.1",
"typescript-eslint-parser": "^22.0.0"
},
"dependencies": {
"axios": "^0.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"lodash": "^4.17.11"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile