PushNotificationSample
PushNotificationSample copied to clipboard
there should be a package.json file. Can't install plugins.
+1
@scripterkaran @developeron29 you guys just need to start the app with a regular package.json
file. Add this one as package,json
at your root project:
{
"name": "pushing-example",
"version": "1.1.1"
}
Let me know what happens.