catalinmiron / react-native-dribbble-app

Dribbble app built with React Native
MIT License
2.07k stars 407 forks source link

Install fails with react-native 0.4.2 #9

Closed bteng22 closed 9 years ago

bteng22 commented 9 years ago
npm ERR! Darwin 14.1.0
npm ERR! argv "/usr/local/Cellar/iojs/2.3.3/bin/iojs" "/usr/local/bin/npm" "install"
npm ERR! node v2.3.3
npm ERR! npm  v2.7.4
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package react-native does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-native-modal@0.3.8 wants react-native@>=0.4.3
npm ERR! peerinvalid Peer react-native-parallax-view@2.0.2 wants react-native@>=0.8.0 || 0.8.0-rc || 0.8.0-rc.2 || 0.8.0-rc.3
npm ERR! peerinvalid Peer react-native-vector-icons@0.6.6 wants react-native@>=0.4.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2
catalinmiron commented 9 years ago

Yes, i'll fix it as soon as I'll have some free time, unfortunately i'm quite busy, but in #1 i'll update the dependencies. Thanks for checking it

bteng22 commented 9 years ago

No problem at all—thank for letting me know. Looking forward to it !

guilhermedecampo commented 9 years ago

After updating dependencies, seems that the fonts-icons(.ttf) are missing too. =/

pickhardt commented 9 years ago

I'm getting the same thing...

npm ERR! argv "/usr/local/Cellar/iojs/2.3.0/bin/iojs" "/usr/local/bin/npm" "install"
npm ERR! node v2.3.0
npm ERR! npm  v2.10.1
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package react-native does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-native-modal@0.3.8 wants react-native@>=0.4.3
npm ERR! peerinvalid Peer react-native-parallax-view@2.0.2 wants react-native@>=0.8.0 || 0.8.0-rc || 0.8.0-rc.2 || 0.8.0-rc.3
npm ERR! peerinvalid Peer react-native-vector-icons@0.6.8 wants react-native@>=0.4.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc

What I don't understand is why this happens. Any version >=0.4.3, >=0.8.0, and >= 0.4.0 should be acceptable, I'd think.

guilhermedecampo commented 9 years ago

You should change the react-native to 0.8.0. @pickhardt. BUT I think the icons package are missing too

catalinmiron commented 9 years ago

Guys,

Can you pull the latest master ? I manage to update the react-native packages. Known issues:

dribbble-app-build-issue

guilhermedecampo commented 9 years ago

Awesome @catalinmiron! Will try out.

guilhermedecampo commented 9 years ago

Confirm that bug. But everything works fine!

Thanks for this effort.. Really good study react native with your source-code.

catalin-miron-hs commented 9 years ago

@guilhermedecampo Thanks man !