CB-13056: removed support for WebOS, BlackBerry10, and Ubuntu
CB-13057: removed cordova save command. This command isn’t needed as cordova auto saves dependencies.
CB-13055: removed --nofetch flag. Now all of our dependency fetching happens via cordova-fetch. This allowed us to drop the npm@2 dependency we were shipping with cordova. Instead, we now just use your system npm to do all of our fetching.
Failed to install 'ionic-plugin-keyboard': Error: ENOENT: no such file or directory, open 'C:\Users\admin\Desktop\testtttttt\platforms\android\AndroidManifest.xml'
The relevant thing you didn’t post is your cordova-android version. I suspect it is 7.x, which changed some stuff about the paths of the Android project (AndroidManifest.xml is now one level deeper in app). ionic-plugin-keyboard doesn’t seem to have been updated for that yet.
Don’t know if it’s linked with this error, but I just noticed a ios-deploy warning after having build my iOS platform (even if everything was working fine)
Anyway I installed a fresh ios-deploy (same version) and warning disappeared. Maybe something was wrong with a simelink or something. Anyway all good.