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

后端 未结 14 876
情深已故
情深已故 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:25

    i can solve this issue by downgrading cordova to 8.1.1.

    npm remove cordova -g && npm install -g cordova@8.1.1
    

提交回复
热议问题