在react-native run-android错误之后反应本机0.68.2错误无法读取未定义的属性(读取“配置”)

dee*_*yal 1 android react-native npm-install

类型错误:无法读取未定义的属性(读取“配置”)

使用react-native run-android运行项目时遇到这个问题

 at Object.dependencyConfig (/node_modules/@react-native-community/cli-platform-ios/build/config/index.js:102:37)
    at /usr/local/lib/node_modules/react-native/node_modules/@react-native-community/cli-config/build/loadConfig.js:47:61
    at Array.reduce (<anonymous>)
    at getDependencyConfig (/usr/local/lib/node_modules/react-native/node_modules/@react-native-community/cli-config/build/loadConfig.js:44:51)
    at Object.get @ptomasroos/react-native-multi-slider [as @ptomasroos/react-native-multi-slider] (/usr/local/lib/node_modules/react-native/node_modules/@react-native-community/cli-config/build/loadConfig.js:99:18)
    at warnAboutManuallyLinkedLibs (/Users/CBL-MAC/Documents/Project/node_modules/@react-native-community/cli-platform-android/build/link/warnAboutManuallyLinkedLibs.js:39:43)
    at displayWarnings (/Users/CBL-MAC/Documents/Project/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/index.js:82:44)
    at Object.runAndroid [as func] (/Users/CBL-MAC/Documents/Project/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/index.js:97:3)
    at Command.handleAction (/usr/local/lib/node_modules/react-native/node_modules/@react-native-community/cli/build/index.js:192:23)
    at Command.listener (/usr/local/lib/node_modules/react-native/node_modules/commander/index.js:315:8)
Run Code Online (Sandbox Code Playgroud)

dee*_*yal 5

反应本机 0.68.2,如果您遇到此错误

你应该更改下面的文件

node_modules/@react-native-community/cli-platform-ios/build/config/index.js

function dependencyConfig(folder, userConfig) {
  comment this line
  // const configurations = userConfig.configurations || [];
     
  // redeclare again
 var configurations="";
Run Code Online (Sandbox Code Playgroud)