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

npm install and fails on node-gyp rebuild with “`gyp: No Xcode or CLT version detected!“` caused by new macos catalina update

gyp: No Xcode or CLT version detected! gyp ERR! configure error gyp ERR! stack Error: gyp failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/Users/synapse/.nvm/versions/node/v8.8.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:344:16) gyp ERR! stack at emitTwo (events.js:125:13) gyp ERR! stack at ChildProcess.emit (events.js:213:7) gyp…

VIEW QUESTION
Back To Top
Search