Closed dzuluaga closed 6 months ago
Friendly ping. We want to showcase these components on Wednesday TSC.
Hey @dzuluaga,
it seems like you're using wrong tool to install packages. We use bun
to bootstrap the monorepo - not yarn
.
All the necessary instructions are present in CONTRIBUTING.md
or here. In addition to that you will need to provide secrets in local.properties
of the Android project.
Hey @dzuluaga, thanks for bringing this to our attention! We have since migrated our repository from using bun
to yarn@4
in https://github.com/openmobilehub/react-native-omh-auth/pull/45/commits/6f2ba83ef85c9e53237fb17ca401a239ba88110e, thus making it accessible to more developers.
Noted. Thanks for making it work with Yarn ๐๐ผ.
I'm attempting to follow the instructions outlined in the Getting Started README.md file in the repository, but I'm encountering difficulties while trying to install the monorepo dependencies. Below is the error message I'm receiving:
It seems that there is a problem with locating certain packages like
@omh/react-native-auth-core
and others on the npm registry. I have tried running bothyarn install
andnpm install
commands, but the issue persists.Steps to Reproduce:
yarn install
ornpm install
.Expected Behavior:
All monorepo dependencies should be installed successfully without any errors.
Actual Behavior:
Encountering errors related to missing packages from the npm registry, as described above.
Additional Information:
Any assistance or guidance on how to resolve this issue would be greatly appreciated.
Also, I see the many warnings about the usage of deprecated libraries. Can something be done about it?