-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Android: Process 'command 'node_modules/@sentry/cli/bin/sentry-cli'' finished with non-zero exit value 127 #350
Comments
The error says Are you running |
No, I am not using |
|
+1 |
UpdateAs weird as it seems, it works if i run I'm getting this error now after upgrading to RN 0.57
@HazAT I will remove it to be able to build for now, pls let me know if anything else I should do to fix this issue. Thanks |
+1 |
Yes i am facing this problem too when build from android studio. But if i use ./gradlew installDebug just run well. |
I'm having this issue too. Any updates on this? |
I'm experiencing this problem as well - it's keeping us from being able to use sentry in our RN app :-( |
same here |
Just remove line: |
In my case, the problem occured when I wanted to make staging builds. I used to just rund a project.ext.react = [
entryFile: "index.js",
bundleInStaging: true, // Add this
bundleInInternalTest: true, // Add this
bundleInRelease: true
]
|
For me error occurred because I had |
@CyxouD Agree. Seems like Sentry Wizard sometimes add an incorrect path. |
+1 at least 5 times per day breaking my builds :( |
@HazAT please, could we reopen that one? |
Hi Guys, what sentry version are you using? |
Hi, I have v1.2.1 |
Have you tried to 1.3.7 "latest one" ? |
@tonifirnandes No, I solve it now ;) |
Hi, Still i'm getting this error. i have tried all the above solution |
The same error ! |
same error |
same Error! |
In case you are facing the very same issue using the latest Sentry RN version, please do raise a new issue with detailed information, thanks. |
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
I have following issue:
I could not build release mode and with the following error:
What is the problem here? Is there a way to get more debug info?
The text was updated successfully, but these errors were encountered: