question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Metadata version mistmatch for module ngx-countdown found version 4, expected 3

See original GitHub issue

Hello. I got this error when tried to npm run && ng serve package.json dependencies "dependencies": { "@angular/common": "^4.1.3", "@angular/compiler": "^4.1.3", "@angular/core": "^4.1.3", "@angular/forms": "^4.1.3", "@angular/http": "^4.1.3", "@angular/platform-browser": "^4.1.3", "@angular/platform-browser-dynamic": "^4.1.3", "@angular/platform-server": "^4.1.3", "@angular/router": "^4.1.3", "angular2-text-mask": "^8.0.1", "angular2-uuid": "^1.1.1", "bootstrap": "^3.3.7", "core-js": "^2.4.1", "jquery": "^3.1.1", "moment": "^2.13.0", "ng-inline-svg": "^4.0.1", "ng2-translate": "^5.0.0", "ngx-countdown": "1.0.1", "ngx-bootstrap": "^2.0.0-beta.2", "ngx-pipes": "^1.5.10", "rxjs": "^5.1.0", "text-mask-addons": "^3.5.1", "ts-helpers": "^1.1.1", "yargs": "^8.0.2", "zone.js": "^0.7.6" }, "devDependencies": { "@angular/cli": "^1.4.1", "@angular/compiler-cli": "^4.3.6", "@types/node": "^6.0.42", "codelyzer": "~2.0.0-beta.1", "dotenv": "^4.0.0", "jasmine-core": "2.5.2", "jasmine-spec-reporter": "2.5.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", "protractor": "~5.1.0", "ts-node": "^2.0.0", "tslint": "~4.4.2", "typescript": "~2.3.3" }

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
cipchkcommented, Nov 24, 2017

I’m all but certain:

angular5 version: "ngx-countdown": "^1.0.1"

angular4 version: "ngx-countdown": "1.0.2"

please check your steps and try again.

0reactions
alluk-ghubcommented, Nov 26, 2017

Found the issue. Version 1.0.2 and 1.03 didn’t work with angular 4.4.6. Works fine with 4.4.5

Read more comments on GitHub >

github_iconTop Results From Across the Web

Metadata version mismatch for module - found version 4 ...
I am getting the following error while running ng serve command. I am using :- Angular - 4.4 Angular cli - 1.4.5 ERROR...
Read more >
ERROR in Metadata version mismatch for module X found ...
ERROR in Metadata version mismatch for module ngx-clipboard/dist/index.d.ts, found version 4, expected 3, resolving symbol AppModule in .
Read more >
Angular – ERROR in Metadata version mismatch for module X ...
This is a general pattern that applies to the build error ERROR in Metadata version mismatch for module <X> found version 4, expected...
Read more >
Metadata version mismatch for module /mobile/node_modules ...
Hi I have this error when try to run a command: sudo ionic cordova run android --prod --release Error: ionic-app-script task: "build" ...
Read more >
ngx-countdown - npm
Simple, easy and performance countdown for angular. Latest version: 14.0.0, last published: 6 months ago. Start using ngx-countdown in your ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found