ionic package returns: "Error: Unpublished by drifty on 2015-04-22T14: 17: 30.006Z"

1

When you use ionic package to generate app , it is returned:

  

Error: Unpublished by drifty on 2015-04-22T14: 17: 30.006Z

I did not find any results on the internet that would solve this.

    
asked by anonymous 15.12.2016 / 23:41

1 answer

1

Using the command in CMD / CLI " ionic plugin list ", I saw that the following plugin existed: " com.ionic.keyboard ". This plugin is deprecated. You should then remove it with the command: " ionic plugin rm com.ionic.keyboard " and reinstall the new version with: " ionic plugin add ionic-plugin-keyboard "

You should also change the line " package.json " to " com.ionic.keyboard " in the file " ionic-plugin-keyboard "

After this, rebuild the app with " ionic package " and should work normally.

    
15.12.2016 / 23:43