Cordova error: Using “requireCordovaModule” to load non-cordova module “q” is not supported

后端 未结 14 879
情深已故
情深已故 2020-12-08 12:59

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         


        
14条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-08 13:34

    I ran into this also. In my case, I needed to remove a problematic plugin cordova-plugin-camera-preview which lists "cordova": "*" as a dependency. This would install cordova 9.0.0 during ionic cordova build

提交回复
热议问题