phenomnomnominal / angular-2-local-storage

LocalStorageService for Angular 2 with the same API as angular-local-storage
MIT License
93 stars 49 forks source link

ERROR in Error: Metadata version mismatch for module node_modules/angular-2-local-storage/dist/index.d.ts, found version 4, expected 3 #59

Open ALMONLU opened 6 years ago

ALMONLU commented 6 years ago

When running ng serve I am getting this exception using the 1.0.1version of the angular-2-local-storage.

mathapatimrityunjay commented 6 years ago

facing same issue..i tried removing ^ symbol under node_module packge.json "_from":angular-2-local-storage@1.0.1..but no luck

RichardSilveira commented 5 years ago

solved for me by fixing version in "angular-2-local-storage": "1.0.1" (and removing the package from node_modules and package lock, first)