-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
62 lines (54 loc) · 1.93 KB
/
Copy pathyarn-error.log
File metadata and controls
62 lines (54 loc) · 1.93 KB
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/Cellar/node/11.14.0_1/bin/node /usr/local/Cellar/yarn/1.15.2/libexec/bin/yarn.js
PATH:
/usr/local/Cellar/nodenv/1.3.0/libexec:/Users/rnd/.nodenv/plugins/node-build/bin:/Applications/Blender/blender.app/Contents/MacOS/:/Applications/Wireshark.app/Contents/MacOS:/Users/rnd/.config/yarn/global/node_modules/.bin:/Users/rnd/.goenv/bin:/Users/rnd/.goenv/shims:/Users/rnd/.nodenv/shims:/Users/rnd/.pyenv/bin:/Users/rnd/.rbenv/bin:/Users/rnd/.rbenv/shims:/Users/rnd/.yarn/bin:/Users/rnd/google-cloud-sdk/bin/:/Users/rnd/miniconda3/bin:/bin:/sbin:/usr/bin:/usr/local/bin:/usr/local/opt/imagemagick@6/bin:/usr/local/opt/libarchive/bin:/usr/local/opt/mysql@5.6/bin:/usr/local/opt/openssl/bin:/usr/local/sbin:/usr/sbin
Yarn version:
1.15.2
Node version:
11.14.0
Platform:
darwin x64
Trace:
SyntaxError: /Users/rnd/dot-e-dit/package.json: Unexpected token } in JSON at position 495
at JSON.parse (<anonymous>)
at /usr/local/Cellar/yarn/1.15.2/libexec/lib/cli.js:1625:59
at Generator.next (<anonymous>)
at step (/usr/local/Cellar/yarn/1.15.2/libexec/lib/cli.js:304:30)
at /usr/local/Cellar/yarn/1.15.2/libexec/lib/cli.js:315:13
npm manifest:
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"react-scripts": "^3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "webpack",
"test": "react-scripts test",
"eject": "react-scripts eject",
"watch": "webpack -w"
},
"devDependencies": {
"@types/react": "^16.8.22",
"@types/react-dom": "^16.8.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"ts-loader": "^5.4.5",
"typescript": "^3.5.2",
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
yarn manifest:
No manifest
Lockfile:
No lockfile