-
Notifications
You must be signed in to change notification settings - Fork 240
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
Unable to publish/use a nexus module using @jitsi/react-native-sdk #226
Comments
What is nexus? |
Hi @saghul Nexus is a private repository maintaining service similar to npm. When I install it and try to run this in one of my other projects getting errors |
Ah that nexus. Our SDK depends on many modules. The error you see there is because react-native-webrtc was not found. You basically need to push all our dependencies to your nexis too. As an aside, we don't yet support Hermes, which I see you're using. |
@saghul |
I didn't say it would, it was an aside comment.
I don't know since I don't use nexus. It does sound somewhat complex since our dependencies might have more dependencies, and so on.
Ops, that was an oversight. Thanks for the heads up, I just disabled it. |
@saghul Also, I think i need to maintain these in my nexus module |
Those scripts just help sync the dependencies. They are part of the package, you don't need to worry about them. |
@saghul As I said earlier about the nexus registry, I logged in to npm with my nexus credentials and if I try to install @jitsi/react-native-sdk, getting a 401 error saying couldn't install yaml (and many other dependencies). |
Because they are not in your nexus. You'll need to push all of them, but there are tons! Look inside package-lock. |
Hi,
I am using nexus to place all my common modules that I use in all of my projects. When I started implementing common-communication module using @jitsti/react-native-sdk, I couldn't even able to install all dependencies with my nexus .npmrc. So, I tried doing it without npmrc configuration. Even after that when I try to install my common-communication nexus module, unable to run the JitsiMeeting saying it couldn't be found. I followed the documentation while installing @jitsti/react-native-sdk from official website.
The text was updated successfully, but these errors were encountered: