opentok / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
MIT License
30 stars 80 forks source link

fix(q): :bug: could not install plugin on cordova 9+ #197

Closed cadesalaberry closed 3 years ago

cadesalaberry commented 3 years ago

the error message is an attempt to communicate that we do not really want to support using "requireCordovaModule" to load non-Cordova module "q" any longer.

https://github.com/apache/cordova/issues/52#issuecomment-475696680 https://stackoverflow.com/questions/55304065/cordova-error-using-requirecordovamodule-to-load-non-cordova-module-q-is-no

Contributing checklist

Solves issue(s)

cadesalaberry commented 3 years ago

Superseded by https://github.com/opentok/cordova-plugin-opentok/pull/199