-
Notifications
You must be signed in to change notification settings - Fork 132
/
yarn-error.log
74 lines (66 loc) · 2.14 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
72
73
74
Arguments:
C:\Program Files\nodejs\node.exe C:\Users\kingwang09\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js install
PATH:
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw32\bin;C:\Program Files\Git\usr\bin;C:\Users\kingwang09\AppData\Roaming\npm;C:\Program Files\Microsoft VS Code\bin
Yarn version:
1.1.0
Node version:
6.11.3
Platform:
win32 ia32
npm manifest:
{
"name": "react-native-pure-chart",
"version": "0.0.3",
"description": "",
"devDependencies": {
"jest-expo": "~20.0.0",
"react-native-scripts": "1.3.1",
"react-test-renderer": "16.0.0-alpha.12",
"expo": "^20.0.0"
},
//"main": "./pure-chart.js",
"main": "./App.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"prop-types": "^15.6.0",
"react": "16.0.0-alpha.12",
"react-native": "^0.47.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oksktank/react-native-pure-chart.git"
},
"keywords": [
"react-native",
"react",
"chart",
"pure"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/oksktank/react-native-pure-chart/issues"
},
"homepage": "https://github.com/oksktank/react-native-pure-chart#readme"
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
SyntaxError: A:\git\react-native-pure-chart\package.json: Unexpected token / in JSON at position 245
at Object.parse (native)
at C:\Users\kingwang09\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:764:59
at next (native)
at step (C:\Users\kingwang09\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:92:30)
at C:\Users\kingwang09\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:103:13