TronNatthakorn / react-native-wheel-pick

Apache License 2.0
183 stars 86 forks source link

Parsing Error message: groovy.json.JsonException: Unable to determine the current character, it is not a string, number, array, or object #49

Open thehellmaker opened 11 months ago

thehellmaker commented 11 months ago

A problem occurred evaluating script.

Calling [node, <project_dir>/node_modules/@react-native-community/cli/build/bin.js, config] finished with an exception. Error message: groovy.json.JsonException: Unable to determine the current character, it is not a string, number, array, or object

The current character read is 'i' with an int value of 105 Unable to determine the current character, it is not a string, number, array, or object line number 1 index number 0 info Run CLI with --verbose flag for more details. ^. Output: info Run CLI with --verbose flag for more details.

Here are the dependency versions "react": "18.2.0", "react-devtools": "^4.22.1", "react-native": "0.70.2",

Here are the react native CLI dependencies yarn list --pattern @react-native-community/cli yarn list v1.22.1 ├─ @react-native-community/cli-clean@9.2.1 ├─ @react-native-community/cli-config@9.2.1 ├─ @react-native-community/cli-debugger-ui@9.0.0 ├─ @react-native-community/cli-doctor@9.3.0 │ └─ @react-native-community/cli-platform-ios@9.3.0 ├─ @react-native-community/cli-hermes@9.3.4 │ └─ @react-native-community/cli-platform-android@9.3.4 ├─ @react-native-community/cli-platform-android@11.3.9 │ └─ @react-native-community/cli-tools@11.3.9 ├─ @react-native-community/cli-platform-ios@9.1.2 ├─ @react-native-community/cli-plugin-metro@9.3.3 ├─ @react-native-community/cli-server-api@9.2.1 ├─ @react-native-community/cli-tools@9.2.1 ├─ @react-native-community/cli-types@9.1.0 ├─ @react-native-community/cli@9.1.3 ├─ @react-native-community/clipboard@1.5.1 └─ react-native@0.70.2 └─ @react-native-community/cli-platform-android@9.1.0 ✨ Done in 0.56s.