-
Notifications
You must be signed in to change notification settings - Fork 3
/
yarn-error.log
71 lines (63 loc) · 1.87 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Arguments:
/usr/local/Cellar/node/8.1.3/bin/node /usr/local/bin/yarn add react
PATH:
/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin~/z.sh
Yarn version:
0.27.5
Node version:
8.1.3
Platform:
darwin x64
npm manifest:
{
"name": "react-native-switches",
"version": "1.0.0",
"description": "React native switches component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"compile": "npm run build",
"addlocal": "yarn add file:./local_modules/react-native-pincode"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Haskkor/react-native-switches.git"
},
"author": "Jeremy Farnault <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Haskkor/react-native-switches/issues"
},
"homepage": "https://github.com/Haskkor/react-native-switches#readme"
"devDependencies": {
"@types/d3-ease": "^1.0.7",
"@types/lodash": "^4.14.104",
"@types/react": "^16.0.40",
"@types/react-native": "^0.52.16",
"react": "^16.2.0",
"react-native": "^0.54.2",
"typescript": "^2.7.2"
},
"dependencies": {
"react-move": "^2.7.0",
"lodash": "^4.17.5",
"d3-ease": "^1.0.3"
},
"peerDependencies": {
"react-native": "*",
"react": "*"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
SyntaxError: /Users/jfarnaul/Projects/react-native-switches/package.json: Unexpected string in JSON at position 659
at JSON.parse (<anonymous>)
at /usr/local/Cellar/yarn/0.27.5/libexec/lib/yarn-cli.js:747:57
at Generator.next (<anonymous>)
at step (/usr/local/Cellar/yarn/0.27.5/libexec/lib/yarn-cli.js:91:30)
at /usr/local/Cellar/yarn/0.27.5/libexec/lib/yarn-cli.js:102:13
at <anonymous>