breautek commented on issue #1093:
URL: 
https://github.com/apache/cordova-android/issues/1093#issuecomment-710018602


   Not a bug.
   
   This is caused by a plugin that is attempting to use cordova's inner working 
code to import packages that cordova declares. This is something we used to 
allow in cordova8 but stopped allowing in cordova9. Plugins should add 
dependencies themselves and use the node native `require` to use them.
   
   To fix this  you first have to find the culprit plugin that is using 
`requireCordovaModule` and update it. In this case you'll be looking for a 
plugin that is using `requireCordovaModule("q")`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to