angular-2-local-storage
angular-2-local-storage copied to clipboard
ERROR in Error: Metadata version mismatch for module node_modules/angular-2-local-storage/dist/index.d.ts, found version 4, expected 3
When running ng serve I am getting this exception using the 1.0.1version of the angular-2-local-storage.
facing same issue..i tried removing ^ symbol under node_module packge.json "_from":[email protected] no luck
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)