-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: ionic state reset --plugins
resets platforms
#399
bug: ionic state reset --plugins
resets platforms
#399
Comments
This has been fixed in the latest branch. It'll be available in the next release. Feel free to test the beta - |
This seems to still happen.. |
+1 I'm getting this |
using [email protected] I can reproduce the opposite scenario, i.e. I run Note the first line of the output which says So, while only the one passed via command line ( The bug is here, the removal of platforms and plugins should be separated |
I sent a PR for this, it would be pretty useful to have this working. In my use case I want to do |
As a temporary fix I'm using
instead of
|
The same problem happens with the |
this still happening... 😞
|
The best thing to do to reset Cordova platforms & plugins is to clean out Cordova build directories and reinstall/recompile everything:
|
From @RangerRick on April 25, 2015 16:10
Type: bug
Platform: all
When I run
ionic state reset --plugins
it also resets platforms:The text was updated successfully, but these errors were encountered: