You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building from source fails with the error: Missing cliPath or nodeExecutableAndArgs from build config. Please set project.ext.react.cliPath to the path of the react-native cli.js
#28466
Closed
gagangoku opened this issue
Mar 31, 2020
· 4 comments
However, I get the following error when I try to build:
~/work/helo/helo_app_rn/android (rn_fix) $ ./gradlew clean
Configuration on demand is an incubating feature.
> Configure project :
Warning: Please apply google-services plugin at the bottom of the build file.
> Configure project :app
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
FAILURE: Build failed with an exception.
* Where:
Script '/Users/gagandeepsingh/work/helo/helo_app_rn/node_modules/react-native/react.gradle' line: 113
* What went wrong:
A problem occurred configuring project ':app'.
> Failed to notify project evaluation listener.
> Missing cliPath or nodeExecutableAndArgs from build config. Please set project.ext.react.cliPath to the path of the react-native cli.js
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 4s
React Native version:
info Fetching system and libraries information...
System:
OS: macOS High Sierra 10.13.6
CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
Memory: 20.41 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 11.13.0 - /usr/local/bin/node
Yarn: Not Found
npm: 6.7.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.5.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1
Android SDK:
API Levels: 23, 25, 26, 27, 28
Build Tools: 23.0.1, 25.0.3, 26.0.2, 26.0.3, 27.0.3, 28.0.2, 28.0.3
System Images: android-19 | ARM EABI v7a, android-27 | Google Play Intel x86 Atom, android-28 | Intel x86 Atom_64, android-28 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom
Android NDK: Not Found
IDEs:
Android Studio: 3.4 AI-183.6156.11.34.5522156
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
Languages:
Python: 2.7.15 - /usr/local/bin/python
npmPackages:
@react-native-community/cli: ^4.5.0 => 4.5.0
react: 16.9.0 => 16.9.0
react-native: github:gagangoku/react-native#master => 1000.0.0
npmGlobalPackages:
*react-native*: Not Found
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.
stalebot
added
the
Stale
There has been a lack of activity on this issue and it may be closed soon.
label
Jul 29, 2020
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
Description
To fix a bug in ReactNative, i have cloned the repository and building it.
Have followed all the instructions in https://github.com/facebook/react-native/wiki/Building-from-source
However, I get the following error when I try to build:
React Native version:
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
The following diff:
Expected Results
Expected the build to succeed
Snack, code example, screenshot, or link to a repository:
The text was updated successfully, but these errors were encountered: