Skip to content

While using yarn3 on circleCI, we encounter checksum problems. #4

Open
@tiago-yoneda

Description

@tiago-yoneda

Following the Get Started step3 we encounter the following problem when trying to build our package on circleCI

Screenshot 2024-12-16 at 10 39 01

So far our only workaround is to use checksumBehavior: ignore in our yarnrc.yml.

I believe that this happens because yarn3 doesn't work well with non versioned dependencies.

also adding the dependency on resolutions does not help.

"resolutions": {
  "react-native-adjoe-sdk": "https://github.com/adjoeio/adjoe-react-native-sdk#v3.0.0"
}

Maybe publishing a package might help as stated here #2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions