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

An error occurred: [Transitive Dependency] [email protected] was not added to the Mi niApp #956

Closed
Mikoyan-Gurevich opened this issue Oct 26, 2018 · 7 comments

Comments

@Mikoyan-Gurevich
Copy link

I am trying out "building a movie application" tutorial present in docs (https://native.electrode.io/quick-start/getting-started).

Not able to perform below step

Getting below error

✔ react-native-ernmovie-api-impl is not declared in the manifest. Performing additional checks. 3s
✖ An error occurred: [Transitive Dependency] [email protected] was not added to the Mi
niApp

I kind of tried multiple things, like adding these individually, installing without version number mentioned. But no luck.

Please help with this one.

@nelsonchen5
Copy link

I am also having this issue

@belemaire
Copy link
Member

Thanks for reporting this issue.

This was due to a wrong version of react-native-electrode-bridge dependency being set inside our public manifest (1.5.15 instead of latest 1.5.15).

Fixed by electrode-io/electrode-native-manifest@75622fd

If you retry running the command, it should now work.

We'll look into the issue more closely to make sure that this does not happen anymore in the future.

@nelsonchen5
Copy link

nelsonchen5 commented Nov 2, 2018

@belemaire : Retried running the command, still having the issue with the error:

✔ react-native-ernmovie-api-impl is not declared in the manifest. Performing additional checks. 3s ✖ An error occurred: [Transitive Dependency] [email protected] was not added to the Mi niApp

@belemaire
Copy link
Member

@nelsonchen5
Could you please let me know the version of ern-local-cli are you using ?
You can know that by running ern --version

@nelsonchen5
Copy link

@belemaire

I am using:

ℹ ern-local-cli : 0.24.6 ℹ electrode-native : 1.0.15

@belemaire
Copy link
Member

belemaire commented Nov 2, 2018

@nelsonchen5
Thanks !
Sorry but I forgot to mention that you should use [email protected] instead of [email protected]

Thus running : ern add [email protected] [email protected]

Will update documentation accordingly.

@siergiej-jdw
Copy link

I have a similar error now:
✔ react-native-ernmovie-api-impl is not declared in the manifest. Performing additional checks. 1s ✖ An error occurred: [Transitive Dependency] [email protected] was not added to the MiniApp

I guess that maybe the versions aren't updated correctly. Could you take a look, please?

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

4 participants