I have been using Ripple via Visual Studio 2015 to debug my Ionic app but it has stopped working for me.
I get a message saying that it looks like the zombie apocalypse has started and two options - "Wait" or "Fire". The "Fire" is supposed to purge Ripple's settings. Neither works.
I created a new app using the Ionic tabs template, and it fails to emulate too, so I don't think the problem is in my app. Any advice on how I can get Ripple working again?
Edit
I opened the Javascript console (Debug->Windows->JavaScript Console) and there is an error message there:
Uncaught QuotaExceededError: Failed to set the 'ripple-last-load' property on 'Storage': Setting the value of 'ripple-last-load' exceeded the quota
Now, I was adding things to windows.localStorage, is it possible that the problem lies there? How do I clear it if I can't even get my app to run?