-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
50 lines (42 loc) · 1.22 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
Arguments:
/usr/local/Cellar/node/12.1.0/bin/node /usr/local/Cellar/yarn/1.15.2/libexec/bin/yarn.js install
PATH:
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/jamess
Yarn version:
1.15.2
Node version:
12.1.0
Platform:
darwin x64
Trace:
SyntaxError: /Users/jamess/Documents/DeveloperChallenges/Modal/package.json: Unexpected token } in JSON at position 267
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": "ModalChallenge",
"version": "1.0.0",
"description": "This is the package.json for the modal challenge.",
"main": "index.js",
"author": "samesJeabrook",
"license": "MIT",
"dependencies": {
"react": "^16.8.2",
"react-dom": "^16.8.2",
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"path": "^0.12.7",
"webpack": "^4.30.0",
"webpack-cli": "^3.2.3"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile