-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
70 lines (62 loc) · 2.31 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
Arguments:
/usr/local/bin/node /opt/homebrew/bin/yarn
PATH:
/Users/eraykeskin/.bun/bin:/Users/eraykeskin/.bun/bin:/Users/eraykeskin/.cargo/bin:/Users/eraykeskin/go/bin:/Users/eraykeskin/.krew/bin:/opt/homebrew/opt/openjdk/bin:/opt/homebrew/opt/openssl/bin:/opt/homebrew/opt/gettext/bin:/opt/homebrew/opt/gnu-time/libexec/gnubin:/opt/homebrew/opt/grep/libexec/gnubin:/opt/homebrew/opt/gnu-sed/libexec/gnubin:/opt/homebrew/opt/gnu-tar/libexec/gnubin:/opt/homebrew/opt/gnu-indent/libexec/gnubin:/opt/homebrew/opt/gnu-getopt/bin:/opt/homebrew/opt/coreutils/libexec/gnubin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/Library/Apple/usr/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/eraykeskin/Library/Application Support/JetBrains/Toolbox/scripts
Yarn version:
1.22.18
Node version:
16.17.0
Platform:
darwin arm64
Trace:
SyntaxError: /Users/eraykeskin/Desktop/Workout/food_order_backend/package.json: Unexpected token } in JSON at position 921
at JSON.parse (<anonymous>)
at /opt/homebrew/lib/node_modules/yarn/lib/cli.js:1625:59
at Generator.next (<anonymous>)
at step (/opt/homebrew/lib/node_modules/yarn/lib/cli.js:310:30)
at /opt/homebrew/lib/node_modules/yarn/lib/cli.js:321:13
npm manifest:
{
"name": "food_order_backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.ts",
"start": "node dist/index.js",
"build": "tsc -p .",
"postinstall": "npm run build"
},
"engines": {
"node": "14.15.2",
"npm": "6.14.9"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/jsonwebtoken": "^8.5.9",
"@types/multer": "^1.4.7",
"nodemon": "^2.0.20",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.3"
},
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.1",
"multer": "^1.4.5-lts.1",
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile