skip to Main Content

Couldn't find the binary git – React native

I am new to react-native. After I changed "rn-nodeify":"10.3.0" to package.json under devDependencies and run npm install my project I followed this tutorial If I run this command npm i --save-dev rn-nodeify@latest then this npm i --save-dev rn-nodeify@latest the below…

VIEW QUESTION

react native 0.68.2 after react-native run-android Error Cannot read properties of undefined (reading 'configurations')

TypeError: Cannot read properties of undefined (reading 'configurations') facing this issue when running the project with 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…

VIEW QUESTION
Back To Top
Search