-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
57 lines (47 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
Arguments:
/Users/matheusale/.nvm/versions/node/v14.15.4/bin/node /usr/local/Cellar/yarn/1.22.4/libexec/bin/yarn.js
PATH:
/Users/matheusale/.nvm/versions/node/v14.15.4/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/matheusale/Library/Android/sdk:/Users/matheusale/Library/Android/sdk/emulator:/Users/matheusale/Library/Android/sdk/tools:/Users/matheusale/Library/Android/sdk/tools/bin:/Users/matheusale/Library/Android/sdk/platform-tools
Yarn version:
1.22.4
Node version:
14.15.4
Platform:
darwin x64
Trace:
SyntaxError: /Users/matheusale/Documents/theme-change/package.json: Unexpected token } in JSON at position 792
at JSON.parse (<anonymous>)
at /usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:1625:59
at Generator.next (<anonymous>)
at step (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:310:30)
at /usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:321:13
npm manifest:
{
"name": "theme-change",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "npm run build:es2015 && npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:umd:min",
"build:es2015": "tsc --module es2015 --target es2015 --outDir dist/es2015",
"build:esm": "tsc --module es2015 --target es5 --outDir dist/esm",
"build:cjs": "tsc --module commonjs --target es5 --outDir dist/cjs",
"build:umd": "rollup dist/esm/index.js --format umd --name theme-change --sourceMap --output dist/umd/theme-change.js",
"build:umd:min": "cd dist/umd && uglifyjs --compress --mangle --source-map --screw-ie8 --comments --o theme-change.min.js -- theme-change.js && gzip theme-change.min.js -c > theme-change.min.js.gz",
},
"devDependencies": {
"typescript": "^4.1.5",
"@rollup/plugin-node-resolve": "^7.1.3",
"rollup": "^2.8.2",
"uglifyjs": "^2.4.11"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
typescript@^4.1.5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==