owsolutions / amazing-time-picker

Timepicker (Clock Picker) for Angular 2, Angular 4 and Angular 5, Angular 6, Angular 7 - Compatible with Angular Material
138 stars 76 forks source link

angular/core/core.d.ts, found version 4, expected 3 #137

Open alfdesign opened 4 years ago

alfdesign commented 4 years ago

Hello,

The amazingTimePicker work correctly in my project when i run "yarn start" (i have Angular 4.3.2) but when i try run "yarn build" in local work but on my server jenkins for deploy the project, the same run, not work, the error is:

Error: Metadata version mismatch for module /u01/app/jenkins/home/workspace/DEV-C3BO-YARN-BUILD/node_modules/amazing-time-picker/node_modules/@angular/core/core.d.ts, found version 4, expected 3

I'm tried change the version about amazingTimePicker from 1.8.0 in 0.0.100, and 1.5.3... but this not solved my problem... How to resolve ? ( i can't change my @angular.core project version )

Thanks a lot.