-
Bug
-
Resolution: Done
-
Major
-
3.7.0
-
- Check Docker behat tests works.
-
MOODLE_37_STABLE
-
MOODLE_37_STABLE
-
andrewnicols-
MOBILE-2925
-
Moodle App 3.7.1
It is not possible to run a new install of the app as per the documentation because Cordova have pushed out a new major release (9.0.0) which breaks the build.
Failed to install 'cordova-sqlite-storage': CordovaError: 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.
|
at Context.requireCordovaModule (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/Context.js:57:15)
|
at module.exports (/app/plugins/cordova-sqlite-storage/scripts/beforePluginInstall.js:13:21)
|
at runScriptViaModuleLoader (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:181:32)
|
at runScript (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:157:16)
|
at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:125:20
|
at processTicksAndRejections (internal/process/task_queues.js:86:5)
|
Failed to restore plugin "cordova-sqlite-storage" from config.xml. You might need to try adding it again. Error: 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.
|
|
- has a non-specific relationship to
-
MDL-65831 Create a new step to use in moodle app behat steps to switch offline/online mode
- Closed