-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
62 lines (54 loc) · 1.38 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
Arguments:
/usr/local/bin/node /opt/yarn-v1.22.19/bin/yarn.js start
PATH:
/opt/git/bin:/usr/local/share/nvm/current/bin:/usr/local/share/npm-global/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Yarn version:
1.22.19
Node version:
20.9.0
Platform:
linux x64
Trace:
SyntaxError: /project/sandbox/package.json: Expected double-quoted property name in JSON at position 462
at JSON.parse (<anonymous>)
at /opt/yarn-v1.22.19/lib/cli.js:1629:59
at Generator.next (<anonymous>)
at step (/opt/yarn-v1.22.19/lib/cli.js:310:30)
at /opt/yarn-v1.22.19/lib/cli.js:321:13
npm manifest:
{
"name": "react-typescript",
"version": "1.0.0",
"description": "React and TypeScript example starter project",
"keywords": [
"typescript",
"react",
"starter"
],
"main": "src/index.tsx",
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"@umijs/max": "^4.4.4"
},
"devDependencies": {
"@types/react": "18.2.38",
"@types/react-dom": "18.2.15",
"typescript": "4.4.4",
"tailwindcss": "^3.4.17",
},
"scripts": {
"setup": "max setup",
"dev": "cross-env API_ENV=dev max dev"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
yarn manifest:
No manifest
Lockfile:
No lockfile