fechanique / cordova-plugin-fcm

Google FCM Push Notifications Cordova Plugin
624 stars 989 forks source link

Remove Plugin Error: Uh oh! Path must be a string. Received undefined #288

Open ghost opened 7 years ago

ghost commented 7 years ago

Env Info:

Cordova CLI: 6.5.0 Ionic Framework Version: 3.0.1 Ionic CLI Version: 2.2.2 Ionic App Lib Version: 2.2.1 Ionic App Scripts Version: 1.3.0 ios-deploy version: 1.8.6 ios-sim version: 5.0.8 OS: macOS Sierra Node Version: v6.10.1 Xcode version: Xcode 8.2.1 Build version 8C1002

Current Behaviour: When I try and remove the plugin it fails as below

ionic plugin remove cordova-plugin-fcm
Uninstalling cordova-plugin-fcm from ios

Error during processing of action! Attempting to revert...

Error: Uh oh!
Path must be a string. Received undefined
Manoj412 commented 7 years ago

same issue

adaptivedev commented 7 years ago

same issue

jorgemejia commented 7 years ago

Same issue, any solution?

dtb150030 commented 7 years ago

same issue

jd0048 commented 7 years ago

same issue

brunogyn88 commented 7 years ago

sudo ionic state reset sudo ionic plugin remove cordova-plugin-googlemaps

vikas0vanvi commented 6 years ago

Any Solution???

alexlopezit commented 6 years ago

+1

jayaprasanth-g commented 6 years ago

Try this!

Remove your platform $ionic plugin remove ios and add it back $ionic plugin add ios

then try to remove your plugin like $ionic plugin remove cordova-plugin-fcm

Hopefully it will help you guys...