ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova
https://github.com/admob-plus/admob-plus
MIT License
499 stars 214 forks source link

Cannot remove cordova-plugin-admob-free #469

Open AlvinStefanus opened 3 years ago

AlvinStefanus commented 3 years ago

I cannot uninstall the plugin

cordova plugin remove cordova-plugin-admob-free

Causing this:

Variable(s) missing: ADMOB_APP_ID

I tried with

cordova plugin remove cordova-plugin-admob-free ADMOB_APP_ID="<my_id>"

Still the same error.

Please fix this.

BrokerBisiako87 commented 3 years ago

Hi! Maybe you are missing the variable. Try entering it before ADMOB_APP_ID. cordova plugin remove cordova-plugin-admob-free --save --variable ADMOB_APP_ID=""