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

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

Open
tiago-yoneda opened this issue Dec 16, 2024 · 0 comments
Open

Comments

@tiago-yoneda
Copy link

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

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

1 participant