react-native-gcm-android icon indicating copy to clipboard operation
react-native-gcm-android copied to clipboard

npm WARN [email protected] requires a peer of react-native-system-notification@^0.1.2 but none was installed.

Open manhhaiphp opened this issue 9 years ago • 7 comments

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.

manhhaiphp avatar Apr 26 '16 08:04 manhhaiphp

Same problem here :(

chulini avatar Apr 29 '16 15:04 chulini

+1

skeie avatar May 09 '16 14:05 skeie

What about trying: npm install --save [email protected] npm install --save [email protected]

savioseb avatar May 09 '16 15:05 savioseb

npm install --save [email protected] npm install --save [email protected]

savioseb avatar May 09 '16 15:05 savioseb

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

ghost avatar May 23 '16 11:05 ghost

Thanks for fixing.

jojonarte avatar May 31 '16 07:05 jojonarte

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

HwangKunJoo avatar Sep 28 '16 06:09 HwangKunJoo