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

npm peer dependency issue! #3

Open
ghost opened this issue Apr 22, 2016 · 2 comments
Open

npm peer dependency issue! #3

ghost opened this issue Apr 22, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 22, 2016

There's unmet peer depedencies!

→ npm install @remobile/react-native-cache-image --save
[email protected] /Users/minhwancho/Desktop/doodlr_ios_react
├── @remobile/[email protected]
├── UNMET PEER DEPENDENCY @remobile/react-native-sqlite@^1.0.0
├── UNMET PEER DEPENDENCY react-native-fs@^1.0.0
└── UNMET PEER DEPENDENCY [email protected]

npm WARN [email protected] requires a peer of remote-redux-devtools@>= 0.2.0 but none was installed.
npm WARN @remobile/[email protected] requires a peer of @remobile/react-native-sqlite@^1.0.0 but none was installed.
npm WARN @remobile/[email protected] requires a peer of react-native-fs@^1.0.0 but none was installed.
@sharq1
Copy link

sharq1 commented May 20, 2016

Indeed there is. And after installing these I'm getting another unmet dependencies, like cordova integration O_o

UNMET PEER DEPENDENCY @remobile/react-native-cordova@^1.0.6

@folivi
Copy link

folivi commented Jun 14, 2016

solved this by going through the referenced packages and installed them myself
run rnpm install
added missing library into the build phase in the xcode project

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