angular / angularfire

Angular + Firebase = ❤️
https://firebaseopensource.com/projects/angular/angularfire2
MIT License
7.67k stars 2.19k forks source link

ERROR in Metadata version mismatch for module /home/x/Desktop/koohbaad-web/node_modules/angular-2-local-storage/dist/index.d.ts, found version 4, expected 3, resolving symbol AppModule in /home/x/Desktop/koohbaad-web/src/app/app.module.ts, resolving symbol AppModule in /home/x/Desktop/koohbaad-web/src/app/app.module.ts, resolving symbol AppModule in /home/x/Desktop/koohbaad-web/src/app/app.module.ts #1692

Closed mojtabadarzi closed 6 years ago

mojtabadarzi commented 6 years ago

Package.json

{ "name": "koohbad-tour", "version": "0.0.0", "license": "MIT", "scripts": { "ng": "ng", "start": "ng serve --host 192.168.1.193", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@agm/core": "^1.0.0-beta.0", "@angular/animations": "^4.", "@angular/common": "^4.0.0", "@angular/compiler": "^4.0.0", "@angular/core": "^4.0.0", "@angular/forms": "^4.0.0", "@angular/http": "^4.0.0", "@angular/platform-browser": "^4.0.0", "@angular/platform-browser-dynamic": "^4.0.0", "@angular/router": "^4.0.0", "@types/underscore": "^1.8.0", "angular-2-local-storage": "", "angular-star-rating": "^3.0.8", "angular2-masonry": "^0.4.0", "angular2-recaptcha": "", "angular2-text-mask": "^8.0.1", "core-js": "^2.4.1", "enhanced-resolve": "^3.3.0", "jquery": "^3.2.1", "ng-lazyload-image": "^3.3.3", "ng-select": "^1.0.0-beta.5", "ng2-select2": "^1.0.0-beta.10", "ngx-infinite-scroll": "^0.5.1", "node-sass": "^4.7.2", "rxjs": "^5.1.0", "screenfull": "^3.3.1", "underscore": "", "web-animations-js": "^2.2.5", "zone.js": "^0.8.4", "ngx-swiper-wrapper": "4.0.0" }, "devDependencies": { "@angular/cli": "1.0.0", "@angular/compiler-cli": "^3.0.0", "@types/jasmine": "2.5.38", "@types/jquery": "^2.0.42", "@types/node": "~6.0.60", "codelyzer": "~2.0.0", "jasmine-core": "~2.5.2", "jasmine-spec-reporter": "~3.2.0", "karma": "~1.4.1", "karma-chrome-launcher": "~2.0.0", "karma-cli": "~1.0.1", "karma-coverage-istanbul-reporter": "^0.2.0", "karma-jasmine": "~1.1.0", "karma-jasmine-html-reporter": "^0.2.2", "ngx-dropzone-wrapper": "^4.0.3", "protractor": "~5.1.0", "ts-node": "~2.0.0", "tslint": "~4.5.0", "typescript": "~2.2.0" } }

jamesdaniels commented 6 years ago

Doesn't seem related to AngularFire, closing.

mojtabadarzi commented 6 years ago

Where do I put my problem?

jamesdaniels commented 6 years ago

Looks like the angular-2-local-storage version you're using expects version 4 of angular, not 3. If this is a bug you're going to have to find and file an issue with that project. We have nothing to do with them, we're Firebase.