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

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

    I have returned to the previous version: 8.1.2.

    npm install -g cordova@8.1.2

    Now, it's working again.

    If you want to stay on the latest version of cordova, go to the following instructions:
    https://stackoverflow.com/a/58956882/9536897

提交回复
热议问题