oney / react-native-gcm-android

GCM for React Native Android
MIT License
172 stars 76 forks source link

npm WARN react-native-gcm-android@0.2.0 requires a peer of react-native-system-notification@^0.1.2 but none was installed. #55

Open manhhaiphp opened 8 years ago

manhhaiphp commented 8 years ago

How to fix this

Daos-MacBook-Pro:App daomanhhai$ npm install react-native-gcm-android --save App@0.0.1 /Volumes/Dev/react/projects/App +-- react-native-gcm-android@0.2.0 +-- UNMET PEER DEPENDENCY react-native-system-notification@^0.1.2 npm WARN react-native-gcm-android@0.2.0 requires a peer of react-native-system-notification@^0.1.2 but none was installed.

chulini commented 8 years ago

Same problem here :(

skeie commented 8 years ago

+1

savioseb commented 8 years ago

What about trying: npm install --save react-native-system-notification@0.0.8 npm install --save react-native-gcm-android@0.1.9

savioseb commented 8 years ago

npm install --save react-native-system-notification@0.0.8 npm install --save react-native-gcm-android@0.1.9

ghost commented 8 years ago

BTW Fixed in new release of r-n-system-notification. You can use newest version of it safely with 0.2.0 of this.

jojonarte commented 8 years ago

Thanks for fixing.

HwangKunJoo commented 8 years ago

Same problem... How to solve this problem? :(