Ionic cloud Not installing

i am using for push Notification when i install ionic cloud through npm ( npm install @ionic/cloud --save)

i got the error :
npm WARN @ionic/cloud-angular@0.12.0 requires a peer of @angular/core@^2.1.1 || ^4.0.0 but none was installed.
npm WARN myapp@1.1.1 No repository field.
npm WARN myapp@1.1.1 No license field.

Hi, @kumar213

Could you try

$ npm install @ionic/cloud-angular --save

For Push notification

or Native

https://ionicframework.com/docs/native/push/

Hope this will solve your issue.
Thanks

Hi @addwebsolution, I’m having the same issue, and tried both commands but still doesn’t work. Any advice?

May be you will need to remove and reinstall your plugins…