IONIC 2 super starter shows error at ionic serve

I tried to copy and paste your error into Google in order to help you, but couldn’t because it’s an image.

The Actual Error is following:
Runtime Error; Can’t Resolve all parameters for Storage: (?).

Did you look at the “Configuring Storage” bit of the README? Maybe that will help?

The error has to do with the update to ionic-storage 2.0.0. The steps needed to resolve the issue can be found here:

I don’t understand the instructions.

And “IonicStorage” is not in app.module.ts

Yes, true. IonicStorage isn’t in app.module.ts, so the instructions aren’t really correct. Here you can find the changes that worked for me. Hope that helps.

2 Likes

It’s working, thanks for solution

Fix has been merged: https://github.com/driftyco/ionic-starter-super/pull/82