-
Notifications
You must be signed in to change notification settings - Fork 201
/
yarn-error.log
126 lines (118 loc) · 4.63 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
Arguments:
/usr/local/Cellar/node@14/14.17.1/bin/node /usr/local/Cellar/yarn/1.22.10/libexec/bin/yarn.js
PATH:
/Users/purvi/.fastlane/bin:/Users/bytefury/project/web/spark-installer:/usr/local/sbin:/Users/purvi/.composer/vendor/bin:/Users/purvi/Library/Android/sdk/tools:/Users/purvi/Library/Android/sdk/platform-tools:/usr/local/opt/php@7.2/sbin:/usr/local/opt/php@7.2/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/purvi/.composer/vendor/bin:/Users/purvi/Library/Android/sdk/emulator:/Users/purvi/Library/Android/sdk/tools:/Users/purvi/Library/Android/sdk/tools/bin:/Users/purvi/Library/Android/sdk/platform-tools
Yarn version:
1.22.10
Node version:
14.17.1
Platform:
darwin x64
Trace:
SyntaxError: /Users/purvi/Project/web/crater-app/package.json: Unexpected token < in JSON at position 741
at JSON.parse (<anonymous>)
at /usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:1625:59
at Generator.next (<anonymous>)
at step (/usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:310:30)
at /usr/local/Cellar/yarn/1.22.10/libexec/lib/cli.js:321:13
npm manifest:
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"prettier-fix": "prettier --config .prettierlc.js --write 'src/**/*.js'",
"lints": "yarn prettier-fix",
"pretty": "prettier --write \"./**/*.{js,jsx,json}\""
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/datetimepicker": "3.5.2",
"@react-native-community/eslint-config": "0.0.5",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "6.0.0",
"@react-native-community/toolbar-android": "0.1.0-rc.1",
<<<<<<< HEAD
"@react-navigation/bottom-tabs": "^5.0.0-alpha.37",
"@react-navigation/compat": "^5.0.0",
"@react-navigation/material-top-tabs": "^5.2.2",
"@react-navigation/native": "^5.0.0-alpha.27",
"@react-navigation/stack": "^5.0.0-alpha.58",
"axios": "^0.19.2",
=======
"axios": "^0.21.1",
>>>>>>> 241241f0946b0bdd8be5ec94b70d529b36581399
"babel-eslint": "^10.0.3",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-flowtype": "^4.3.0",
"expo": "^42.0.0",
"expo-app-loading": "1.1.2",
"expo-constants": "~11.0.1",
"expo-device": "~3.3.0",
"expo-document-picker": "~9.2.4",
"expo-file-system": "~11.1.3",
"expo-image-picker": "~10.2.2",
"expo-intent-launcher": "~9.1.0",
"expo-linear-gradient": "~9.2.0",
"expo-linking": "~2.3.1",
"expo-local-authentication": "~11.1.1",
"expo-localization": "~10.2.0",
"expo-store-review": "~4.1.0",
"expo-updates": "~0.8.2",
"htmlparser2": "^4.1.0",
"i18n-js": "^3.3.0",
"lodash": "^4.17.21",
"moment": "^2.26.0",
"query-string": "^6.8.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-actionsheet": "^2.4.2",
"react-native-appearance": "~0.3.3",
"react-native-elements": "^1.2.7",
"react-native-gesture-handler": "~1.10.2",
"react-native-modal": "^11.5.6",
"react-native-modal-datetime-picker": "^10.0.0",
"react-native-picker-select": "^6.3.3",
"react-native-reanimated": "~2.2.0",
"react-native-render-html": "^4.2.3-beta.1",
"react-native-responsive-screen": "^1.3.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-native-svg": "12.1.1",
"react-native-vector-icons": "^6.6.0",
<<<<<<< HEAD
"react-native-web": "~0.13.12",
"react-native-webview": "11.6.2",
=======
"react-native-web": "~0.11.7",
"react-native-webview": "^11.0.0",
"react-navigation": "^3.12.0",
"react-navigation-redux-helpers": "^3.0.2",
>>>>>>> 241241f0946b0bdd8be5ec94b70d529b36581399
"react-redux": "^7.1.1",
"redux": "^3.0.0",
"redux-form": "^8.2.6",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.5",
"redux-storage": "^4.1.2",
"reselect": "^4.0.0",
"styled-components": "^5.0.0",
"styled-tools": "^1.7.2"
},
"devDependencies": {
"babel-preset-expo": "8.3.0",
"eslint": "6.3.0",
"eslint-config-prettier": "6.3.0",
"eslint-plugin-prettier": "3.1.0",
"prettier": "1.18.2"
},
"private": true
}
yarn manifest:
No manifest
Lockfile:
No lockfile