-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
43 lines (35 loc) · 1.11 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
Arguments:
/usr/local/bin/node /usr/local/bin/yarn start
PATH:
/Library/Frameworks/Python.framework/Versions/3.8/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
Yarn version:
1.22.17
Node version:
17.3.0
Platform:
darwin x64
Trace:
SyntaxError: /Users/stronglee/workspace/vue-ts/micro-fe/module-federation3/package.json: Unexpected token } in JSON at position 365
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": "root",
"private": true,
"devDependencies": {
"lerna": "^4.0.0"
},
"scripts": {
"start": "lerna run --scope @applications/* --parallel start",
"build": "lerna run --scope @applications/* build",
"serve": "lerna run --scope @applications/* --parallel serve",
"clean": "lerna run --scope @applications/* --parallel clean"
},
}
yarn manifest:
No manifest
Lockfile:
No lockfile