ryoe - The Blog

A blog about nothing

Having Ionic Plugin Problems? Kill It With Fire!

Ever have one of those days when your Ionic plugins just won’t work?

Running ionic state reset should solve most issues.

But if that doesn’t work there is only one thing left to do - kill it with fire!

Kill it with fire!

When ionic state reset isn’t enough it’s time to break out the big guns!

Here’s my World Famous Kill it with Fire!TM recipe:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

Shout out to Ryan LaBouve for his help nurturing and growing Kill it with fire! from a simple home remedy into the world class recipe you see today.

Comments