You can remove any cordova plugin using the command below,
cordova plugin remove phonegap-facebook-plugin--force
then try to remove all platforms using the command below,
cordova platform remove <platform_name>
then try adding platforms again using the command below,
cordova platform add <platform_name>
Finally, prepare the project using the command below,
cordova prepare
Nimesh khatri
source share