I noticed that the builds on our CI started to fail because of the following error:
Discovered plugin \"cordova-plugin-app-version\" in config.xml. Adding it
i can solve this issue by downgrading cordova to 8.1.1.
8.1.1
npm remove cordova -g && npm install -g cordova@8.1.1