You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: