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
Upon further investigation, I found that this function is unable to generate the source map: sourcemaps.sh#L52
This happens because the package @react-native-community/cli cannot be resolved.
Additionally, at this location: sourcemaps.sh#L46,
the variable $source_map_file is an empty string.
Suggested Fixes:
Modify sourcemaps.sh to check if the source map file exists before proceeding, and throw an explicit error if it does not.
Ensure @react-native-community/cli is included as a peer dependency in the package configuration.
Handle cases where $source_map_file is empty by adding validation and error handling in the script.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as pending feedback because we need additional information to be able to investigate it further. It will be closed in 7 days if it remains inactive. Thank you for your contributions.
I’m deploying my expo app to the staging environment, but the iOS deployment eas pipeline is failing due to the following issue:
Upon further investigation, I found that this function is unable to generate the source map:
sourcemaps.sh#L52
This happens because the package @react-native-community/cli cannot be resolved.
Additionally, at this location:
sourcemaps.sh#L46,
the variable $source_map_file is an empty string.
Suggested Fixes:
The text was updated successfully, but these errors were encountered: