-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
81 lines (69 loc) · 2.23 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
77
78
79
80
81
Arguments:
/usr/local/bin/node /usr/local/bin/yarn install
PATH:
/home/anishthite/miniconda3/bin:/home/anishthite/miniconda3/condabin:/home/anishthite/.cargo/bin:/home/anishthite/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin:/usr/local/bin/spotify
Yarn version:
1.22.10
Node version:
14.16.1
Platform:
linux x64
Trace:
SyntaxError: /home/anishthite/Workspace/hackgt8-puzzles-gcode/package.json: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at /usr/local/lib/node_modules/yarn/lib/cli.js:1625:59
at Generator.next (<anonymous>)
at step (/usr/local/lib/node_modules/yarn/lib/cli.js:310:30)
at /usr/local/lib/node_modules/yarn/lib/cli.js:321:13
npm manifest:
{
"name": "hackgt-puzzles-gcode",
"version": "1.0.0",
"private": "true",
"scripts": {
"postinstall": "gulp postinstall",
"start": "gulp",
"install-dependencies": "gulp dependencies",
"serve": "node ./server/build/index.ts",
"build": "gulp build"
},
"devDependencies": {
"parcel-bundler": "^1.12.5",
"@types/compression": "1.7.0",
"@types/cors": "2.8.9",
"@types/dotenv": "8.2.0",
"@types/express": "4.17.7",
"@types/express-session": "1.17.0",
"@types/mongoose": "5.10.3",
"@types/morgan": "1.9.2",
"@types/node": "14.14.16",
"@types/passport": "1.0.4",
"@types/passport-oauth2": "1.4.9",
"@types/request": "2.48.5",
"nodemon": "^2.0.7"
},
"dependencies": {
"compression": "1.7.4",
"connect-mongo": "3.2.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"gulp": "^4.0.2",
"gulp-install": "^1.1.0",
"gulp-shell": "^0.8.0",
"express-session": "1.17.1",
"axios": "^0.21.1",
"moment-timezone": "^0.5.33",
"mongoose": "5.11.8",
"morgan": "1.10.0",
"node-fetch": "2.6.1",
"passport": "0.4.1",
"passport-oauth2": "1.5.0",
"request": "2.88.2",
"ts-node": "9.1.1",
"typescript": "4.1.3"
}
yarn manifest:
No manifest
Lockfile:
No lockfile