Not working with Angular 8.1.2
See original GitHub issueIssue Description
The package works fine with ng serve
, but it throws the following error when a production build is started:
ERROR in ./node_modules/ngx-material-timepicker/fesm2015/ngx-material-timepicker.js Module build failed (from ./node_modules/@angular-devkit/build-optimizer/src/build-optimizer/webpack-loader.js): TypeError: Cannot read property 'kind' of undefined
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Angular - 8 - Trouble with npm-install - Error - Stack Overflow
I tried running npm-install --legacy-peer-deps, but the command install Angular Version 14?? Instead of 8 and the app won't even run. Could ...
Read more >Not working in Angular 8.1.2 · Issue #114 - GitHub
Was working perfectly with Angular 7, after update to Angular 8.1.2 throws always same error with ng serve : An unhandled exception ......
Read more >8.1.2 - @angular/cli - npm
CLI tool for Angular. Latest version: 15.0.4, last published: 9 days ago. Start using @angular/cli in your project by running `npm i ...
Read more >Angular versioning and releases
We update peer dependencies in minor versions by expanding the supported versions, but we do not require projects to update these dependencies. Patch...
Read more >@angular/core 8.1.2 vulnerabilities | Snyk
Known vulnerabilities in the @angular/core package. This does not include vulnerabilities belonging to this package's dependencies.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I fixed it by upgrading to
"@angular-devkit/build-angular": "^0.803.23",
Hi, I’m having same issue: “@angular-devkit/build-angular”: “~0.803.3” “ngx-material-timepicker”: “^5.5.3” “typescript”: “~3.5.3”
In my case updating @angular-devkit/build-angular to ~0.803.4 did the trick.