Ionic 2 super starter - storage error straight away

I’ve just started the super starter.

I ran ionic serve and it’s broken already!

I’ve literally done nothing else!

This is the error:

Error: Can't resolve all parameters for Storage: (?).
at v (http://localhost:8100/build/polyfills.js:3:4864)
at SyntaxError.BaseError [as constructor] (http://localhost:8100/build/main.js:124768:27)
at new SyntaxError (http://localhost:8100/build/main.js:11715:16)
at CompileMetadataResolver._getDependenciesMetadata (http://localhost:8100/build/main.js:26651:31)
at CompileMetadataResolver._getTypeMetadata (http://localhost:8100/build/main.js:26526:26)
at CompileMetadataResolver._getInjectableMetadata (http://localhost:8100/build/main.js:26514:21)
at CompileMetadataResolver.getProviderMetadata (http://localhost:8100/build/main.js:26756:40)
at http://localhost:8100/build/main.js:26714:49
at Array.forEach (native)
at CompileMetadataResolver._getProvidersMetadata (http://localhost:8100/build/main.js:26681:19)
at CompileMetadataResolver.getNgModuleMetadata (http://localhost:8100/build/main.js:26365:50)
at JitCompiler._loadModules (http://localhost:8100/build/main.js:72191:64)
at JitCompiler._compileModuleAndComponents (http://localhost:8100/build/main.js:72151:52)
at JitCompiler.compileModuleAsync (http://localhost:8100/build/main.js:72117:21)
at PlatformRef_._bootstrapModuleWithZone (http://localhost:8100/build/main.js:52362:25)

What’s going on???!

See here: IONIC 2 super starter shows error at ionic serve

1 Like

Thanks.

Why has this not been fixed though?

Fixed: https://github.com/driftyco/ionic-starter-super/pull/82

3 Likes