Skip to content

Instantly share code, notes, and snippets.

@Narayon
Created January 4, 2017 15:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Narayon/28cabe66a41e24030accac9bd7196fde to your computer and use it in GitHub Desktop.
Save Narayon/28cabe66a41e24030accac9bd7196fde to your computer and use it in GitHub Desktop.
Ionic - Kill it with Fire!
rm -rf ./plugins
rm -rf ./node_modules
rm -rf ./www/lib
ionic platform rm android
ionic platform rm ios
npm install
bower install
ionic state reset --plugins
ionic platform add android
ionic platform add ios
@Narayon
Copy link
Author

Narayon commented Jan 4, 2017

When ionic reset state just don't do it anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment