-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Version
- react-native-router-flux v3.2.7
- react-native v0.23.1
Expected behaviour
This command should install react-native-router-flux in current project without having trouble on dependencies:
npm i react-native-router-flux --save
Actual behaviour
This error message will be printed with unmet dependencies:
├── UNMET PEER DEPENDENCY [email protected]
└─┬ [email protected]
├── [email protected]
└── [email protected]
npm WARN [email protected] requires a peer of react-native@^0.22.0 but none was installed.
Steps to reproduce
- cd /tmp (I'm on OSX here)
- react-native init AwesomeProject
- cd AwesomeProject
- npm i react-native-router-flux --save
Output:
$ npm i react-native-router-flux --save
[email protected] /private/tmp/AwesomeProject
├── UNMET PEER DEPENDENCY [email protected]
└─┬ [email protected]
├── [email protected]
└── [email protected]npm WARN [email protected] requires a peer of react-native@^0.22.0 but none was installed.
Metadata
Metadata
Assignees
Labels
No labels