Cordova error: Using “requireCordovaModule” to load non-cordova module “q” is not supported
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 to the project Installing "cordova-plugin-app-version" for android Adding cordova-plugin-app-version to package.json Using "requireCordovaModule" to load non-cordova module "q" is not supported. Instead, add this module to your dependencies and use regular "require" to load it. [ERROR] Exception: The command '/bin/sh -c ionic cordova platforms add android' returned a non-zero code: 1 Same issue happens on both iOS and Android. After some