Can you help me out with this error? this my package.json error I keep getting this error:
ERROR in node_modules/ngx-daterangepicker-material/daterangepicker.component.
I tried all the proposed solutions above, they didn't solve the issue for me. However, I solved this issue by simply changing the package version:
"ngx-daterangepicker-material": "2.1.9"
Then - removing node_modules folder - npm install - ng serve works - ng build --prod --aot=true also works