cordova - Path must be a string. Received undefined while uninstall plugin from ionic 2 -


i using bellow command remove plugin ionic 2 app.

cordova plugin remove cordova-plugin-admobpro

its display following error.

chaitanyas-imac:nearbyapp chaitanya$ cordova plugin remove cordova-plugin-admobpro uninstalling 1 dependent plugins. uninstalling cordova-plugin-extension android uninstalling cordova-plugin-admobpro android uninstalling 1 dependent plugins. uninstalling cordova-plugin-extension ios uninstalling cordova-plugin-admobpro ios error during processing of action! attempting revert... error: uh oh! path must string. received undefined 

how can resolve this?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -