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 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 this issue Apr 26, 2016 · 7 comments

Comments

@manhhaiphp
Copy link

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
Copy link

chulini commented Apr 29, 2016

Same problem here :(

@skeie
Copy link

skeie commented May 9, 2016

+1

@savioseb
Copy link

savioseb commented May 9, 2016

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

@savioseb
Copy link

savioseb commented May 9, 2016

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

@ghost
Copy link

ghost commented May 23, 2016

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
Copy link

Thanks for fixing.

@HwangKunJoo
Copy link

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

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

6 participants