Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata version mismatch for module ..node_modules/angularx-qrcode/dist/index.d.ts, found version 4, expected 3 #17

Closed
edayan opened this issue Oct 17, 2018 · 2 comments
Assignees

Comments

@edayan
Copy link

edayan commented Oct 17, 2018

I am getting the error:

Metadata version mismatch for module ..node_modules/angularx-qrcode/dist/index.d.ts, found version 4, expected 3,
resolving symbol DashboardModule in ../dashboard.module.ts, resolving symbol DashboardModule in ../dashboard.module.ts

my package.json

dependencies": {
        "@angular/animations": "^4.4.6",
        "@angular/cdk": "^2.0.0-beta.12",
        "@angular/cli": "^1.7.4",
        "@angular/common": "^4.4.6",
        "@angular/compiler": "^4.4.6",
        "@angular/compiler-cli": "^4.4.6",
        "@angular/core": "^4.4.6",
        "@angular/router": "^4.4.6",
        "angular-mat-datepicker": "0.0.2",
        "angularx-qrcode": "1.0.3"
}

and dashboard.module.ts

import { QRCodeModule } from 'angularx-qrcode';

@NgModule({
	imports: [
		QRCodeModule
	],

	declarations: [],

	exports: [],

	providers: [],


})
@edayan edayan changed the title Metadata version mismatch for module ..node_modules/angularx-qrcode/dist/index.d.ts, found version 4, expected 3, resolving symbol DashboardModule in ../dashboard.module.ts, resolving symbol DashboardModule in ../dashboard.module.ts Metadata version mismatch for module ..node_modules/angularx-qrcode/dist/index.d.ts, found version 4, expected 3 Oct 17, 2018
@Cordobo
Copy link
Owner

Cordobo commented Oct 17, 2018

Hello edayan,

thanks for opening a new issue. Could you please provide me with a stripped down version of your app where I can reproduce the error?

Thanks in advance!

@Cordobo Cordobo self-assigned this Oct 17, 2018
@Cordobo
Copy link
Owner

Cordobo commented Nov 11, 2018

I'm closing this, as not reproducible. Please re-open, if you still encounter the problem.

@Cordobo Cordobo closed this as completed Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants