1
When using the ionic package
to generate the app
, is returned:
Error: Unpublished by Drifty on 2015-04-22T14:17:30.006Z
I couldn’t find any results on the internet that would fix this.
1
When using the ionic package
to generate the app
, is returned:
Error: Unpublished by Drifty on 2015-04-22T14:17:30.006Z
I couldn’t find any results on the internet that would fix this.
1
Using the command on CMD/CLI "ionic plugin list
", I saw that the following plugin was installed: "com.ionic.keyboard
".
This plugin is discontinued. You must then remove it with the command: "ionic plugin rm com.ionic.keyboard
" and reinstall the new version with: "ionic plugin add ionic-plugin-keyboard
"
One should also change in the file "package.json
" the line "com.ionic.keyboard
" for "ionic-plugin-keyboard
"
After that, rebuild the app with "ionic package
" and shall function normally.
Browser other questions tagged ionic
You are not signed in. Login or sign up in order to post.