Hello, I am trying to build a react native application on the bitbucket pipeline then send it to the downloads section of the repo to be available for others, However I am facing an error I can't get around/understand why it happens
Here's my pipeline
* Where:
Script '/opt/atlassian/pipelines/agent/build/node_modules/@react-native-community/cli-platform-android/native_modules.gradle' line: 435
* What went wrong:
A problem occurred evaluating script.
> React Native CLI failed to determine Android project configuration. This is likely due to misconfiguration. Config output:
[root:/opt/atlassian/pipelines/agent/build, reactNativePath:/opt/atlassian/pipelines/agent/build/node_modules/react-native, reactNativeVersion:0.73, dependencies:[:], commands:[], healthChecks:[], platforms:[:], project:[:]]
any ideas ?
If this holds up anyone later down the line I found the answer to it,
I had these dependencies in my package.json
"resolutions": {
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.