Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails after installing @react-native-community/blur #496

Closed
angelzbg opened this issue Sep 28, 2022 · 9 comments
Closed

Build fails after installing @react-native-community/blur #496

angelzbg opened this issue Sep 28, 2022 · 9 comments

Comments

@angelzbg
Copy link

Hello, after installing the dependency my build now fails.
npm install --save @react-native-community/blur
build.gradle:

allprojects {
    repositories {
        maven {
            // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
            url("$rootDir/../node_modules/react-native/android")
        }
        maven {
            // Android JSC is installed from npm
            url("$rootDir/../node_modules/jsc-android/dist")
        }
        mavenCentral {
            // We don't want to fetch react-native from Maven Central as there are
            // older versions over there.
            content {
                excludeGroup "com.facebook.react"
            }
        }
        google()
        maven { url 'https://www.jitpack.io' }
    }
}

My error:

BUILD FAILED in 19s

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:mergeDebugAssets'.
> Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.    
   > Could not resolve com.github.Dimezis:BlurView:version-2.0.2.
     Required by:
         project :app > project :react-native-community_blur
      > Could not resolve com.github.Dimezis:BlurView:version-2.0.2.
         > Could not get resource 'https://www.jitpack.io/com/github/Dimezis/BlurView/version-2.0.2/BlurView-version-2.0.2.pom'.
            > Could not GET 'https://www.jitpack.io/com/github/Dimezis/BlurView/version-2.0.2/BlurView-version-2.0.2.pom'.
               > Connect to www.jitpack.io:443 [www.jitpack.io/149.56.28.39] failed: Connection refused: connect

* 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 19s

    at makeError (D:\Workspace\native-app\node_modules\@react-native-community\cli-platform-android\node_modules\execa\index.js:174:9)
    at D:\Workspace\native-app\node_modules\@react-native-community\cli-platform-android\node_modules\execa\index.js:278:16
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async runOnAllDevices (D:\Workspace\native-app\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:109:5)
    at async Command.handleAction (D:\Workspace\native-app\node_modules\@react-native-community\cli\build\index.js:192:9)
@jhta
Copy link

jhta commented Sep 28, 2022

Same issue

1 similar comment
@TomWq
Copy link

TomWq commented Sep 28, 2022

Same issue

@SandroMachado
Copy link

Jitpack is down, probably it's better to change to a Maven repository.

@angelzbg
Copy link
Author

Problem solved. Jitpack was down.

@bryanekong
Copy link

Hello @angelzbg how did you solve this problem?

@angelzbg
Copy link
Author

angelzbg commented Dec 5, 2022

@bryanekong, check if jitpack is down. If it's down you can't download the files so all you can do is wait, find an alternative library or write it yourself.

@bryanekong
Copy link

How do I check this? This is my first-time running react-native, my app fails to build by throwing compilation error due to @react-native-community/blu

@angelzbg
Copy link
Author

angelzbg commented Dec 5, 2022

Does it say "Could not resolve com.github.Dimezis:BlurView:version-2.0.2."?

@bryanekong
Copy link

here's the error message
error messa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants