cordova - Failed: q is not supported
问题 When I build cordova this message view: 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. How fix this problem? PS. I updated npm before this build problem. So it was not problem buildings before update. Sorry my English)) 回答1: Solved this problem by installing a lower version of cordova. Seems like every version of cordova that is > 8.1.1 breaks a number of plugins. For instance,