We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the Get Started step3 we encounter the following problem when trying to build our package on circleCI
So far our only workaround is to use checksumBehavior: ignore in our yarnrc.yml.
checksumBehavior: ignore
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following the Get Started step3 we encounter the following problem when trying to build our package on circleCI
So far our only workaround is to use
checksumBehavior: ignore
in ouryarnrc.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.
Maybe publishing a package might help as stated here #2
The text was updated successfully, but these errors were encountered: