npm WARN [email protected] requires a peer of react-native-system-notification@^0.1.2 but none was installed.
How to fix this
Daos-MacBook-Pro:App daomanhhai$ npm install react-native-gcm-android --save [email protected] /Volumes/Dev/react/projects/App +-- [email protected] +-- UNMET PEER DEPENDENCY react-native-system-notification@^0.1.2 npm WARN [email protected] requires a peer of react-native-system-notification@^0.1.2 but none was installed.
Same problem here :(
+1
What about trying:
npm install --save [email protected] npm install --save [email protected]
npm install --save [email protected] npm install --save [email protected]
BTW Fixed in new release of r-n-system-notification. You can use newest version of it safely with 0.2.0 of this.
Thanks for fixing.
Same problem... How to solve this problem? :(