-
Notifications
You must be signed in to change notification settings - Fork 62
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
Angular 6 build : TypeError: Cannot read property 'kind' of undefined #64
Comments
Same on angular 8 |
Same on angular6,solve by "npm install ngx-qrcode2" |
Has anyone found a fix for this issue? |
Did you find a solution for this??? |
No, actually I had to go back and use qrcode v1.5.1 and ngx-qrcode2 v0.0.9 since I can not update the project dependencies |
Finally I solve it with this:
In angular.json This worked for me |
I'm getting the following error message when ng build --prod :
Environment
Angular version: 6.1.4
Version of
@techiediaries/ngx-qrcode
:"@techiediaries/ngx-qrcode": "9.1.0",
For Tooling issues:
Others:
"devDependencies": {
"@angular-devkit/build-angular": "~0.7.4",
"@angular-devkit/build-ng-packagr": "~0.7.4",
"@angular-devkit/core": "0.4.2",
"@angular-devkit/schematics": "0.4.2",
"@angular/cli": "^6.1.5",
"@angular/compiler-cli": "6.1.4",
"@angular/language-service": "6.1.4",
Thank you for your help
The text was updated successfully, but these errors were encountered: