PushNotificationSample icon indicating copy to clipboard operation
PushNotificationSample copied to clipboard

there should be a package.json file. Can't install plugins.

Open scripterkaran opened this issue 9 years ago • 2 comments

scripterkaran avatar Nov 02 '15 06:11 scripterkaran

+1

developeron29 avatar Nov 10 '15 22:11 developeron29

@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.

nncl avatar Mar 03 '16 14:03 nncl