lwansbrough / react-native-markdown

Markdown component for React Native
MIT License
277 stars 80 forks source link

cant installed #12

Open wuchuguang opened 8 years ago

wuchuguang commented 8 years ago

[root@real-server-04 reactProject2]# npm install npm WARN install Couldn't install optional dependency: Unsupported reactProject2@0.0.1 /opt/reactProject2 ├── UNMET PEER DEPENDENCY react-native@0.16.0 ├── react-native-markdown@0.1.1 └── react-native-swiper@1.3.0

npm WARN EPEERINVALID react-native-markdown@0.1.1 requires a peer of react-native@^0.4.0 but none was installed. env: [root@real-server-04 reactProject2]#react-native --version 0.1.7 but node_modules/react-native/package.json version field is 0.16.0

       node -v    
       v5.1.0

        npm -v 
         3.3.12
tangdaohai commented 8 years ago

It need react native ^0.4.0 ,I guess……

jeongmincha commented 7 years ago

@tangdaohai His react-native version was already >= 0.4.0

The same issue with me. My react-native version is @0.41.0 but UNMET PEER DEPENDENCY problem occurs.

tangdaohai commented 7 years ago

@jeongmincha

[root@real-server-04 reactProject2]#react-native --version 0.1.7

His RN version was 0.1.7 right?

jeongmincha commented 7 years ago

oh, i am sorry