I run into several nasty errors when attemping to remove the phonegap-plugin-push from my VS2015 Cordova project, and of course the app is now in a completely screwed state (unable to build, run, etc).
In Cordova CLI, we simply removed the platform and deleted the plugins
dir, and re-added the platform to fix this problem, but I can't find any reference on how to do this with Visual Studio 2015. Deleting the plugins folder would probably cause my project to suddenly implode.
Any ideas on how to (manually?) erase all plugins from my project will be welcome, thanks.