UnhandledPromiseRejection: Command 'clean android project' failed with code: 1
See original GitHub issueTrying to use:
npx react-native-clean-project
Get the following error:
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Unable to clean project in Android Studio - java - Stack Overflow
Project directory is on a NTFS based drive. Whenever I try to clean my project I get something like below. :app:clean FAILED Error:Execution...
Read more >After gradle update, my project is not building - Ionic Forum
BUILD FAILED in 1m 40s (node:5064) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: cmd: Command ...
Read more >Known issues with Android Studio and Android Gradle Plugin
This page tracks known issues with Android Studio Dolphin | 2021.3.1 and Android Gradle plugin ... Error when using different passwords for key...
Read more >can you help me with this gradle error please? run ionic ...
ionic cordova build android Running app-scripts build: --platform android --target cordova ... Command failed with exit code 1 Error output:
Read more >Framework7 cordova build android error
I want to build my framework 7 app for testing and whrn i run this ... Error: Shell command exit with non zero...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is because you have removed your
node_modules
directory and yourbuild.gradle
file requires a resource in order to load your project and then clean your project.@pmadruga