-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
49 lines (40 loc) · 1.37 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
Arguments:
/Users/wongeon-u/.nvm/versions/node/v18.18.2/bin/node /opt/homebrew/bin/yarn install
PATH:
/Users/wongeon-u/.nvm/versions/node/v18.18.2/bin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin:/Users/wongeon-u/Library/pnpm:/Users/wongeon-u/.nvm/versions/node/v18.18.2/bin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/Users/wongeon-u/.cargo/bin
Yarn version:
1.22.19
Node version:
18.18.2
Platform:
darwin arm64
Trace:
SyntaxError: /Users/wongeon-u/Desktop/study/design-system/package.json: Unexpected token } in JSON at position 207
at JSON.parse (<anonymous>)
at /opt/homebrew/lib/node_modules/yarn/lib/cli.js:1629: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": "design-system",
"workspaces": {
"packages": [
"package/*"
]
},
"scripts": {
"app": "yarn workspace @monorepo/test-app",
"cui": "yarn workspace @monorepo/cui",
},
"packageManager": "[email protected]",
"devDependencies": {
"eslint": "^9.1.1",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile