Hello,
I try to use the following plugin but i get this error.
- My goal is to show GDPR Consent by using Funding Choices.
UserError: Failed to restore plugin “cordova-plugin-google-ump”. You might need to try adding it again. Error: CordovaError: Using “requireCordovaModule” to load non-cordova module “glob” is not supported. Instead, add this module to your dependencies and use regular “require” to load it.
My code:
<plugin name="cordova-plugin-google-ump" spec="1.0.0" />
Do you have any idea please ?