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

Unmet Dependencies #5

Open
germanurrus opened this issue Oct 10, 2017 · 1 comment
Open

Unmet Dependencies #5

germanurrus opened this issue Oct 10, 2017 · 1 comment
Assignees

Comments

@germanurrus
Copy link

I need some help...I'm getting all this warnings...but I need to know if I make it work...will I have any issues in production?
Thanks!
[email protected] /
├── UNMET PEER DEPENDENCY [email protected]
├── UNMET PEER DEPENDENCY [email protected]
├── [email protected]
├── UNMET PEER DEPENDENCY [email protected]
└── UNMET PEER DEPENDENCY react-redux@>=3.1.2

npm WARN [email protected] requires a peer of react@>=0.14 but none was installed.
npm WARN [email protected] requires a peer of react-redux@>=3.1.2 but none was installed.
npm WARN [email protected] requires a peer of react@>=15.2.0 but none was installed.
npm WARN [email protected] requires a peer of react-native@^0.41.2 but none was installed.
npm WARN [email protected] requires a peer of [email protected] but none was installed.

@yasemincidem
Copy link
Collaborator

yasemincidem commented Oct 11, 2017

@germanurrus Which versions do you use to npm, node, react and react native ?
This issue is all about versions of packages.I have just released about peerDependencies .My packages accept all of versions react and react native anymore.At that time i removed react-native-windows package from peerDependencies .I think when you install new version of
react-native-toast-native package.This problem will be solve.
On the other hand , I have a recommendation to you about following warnings:
UNMET PEER DEPENDENCY [email protected]
UNMET PEER DEPENDENCY [email protected].
These warnings can be all about your npm version.I think you can install last npm and node version.
By the way can you check last version of "react-native-toast-native" package ?
If you don't get any warning about this package , i will close this issue.

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

2 participants