ngx-daterangepicker-material icon indicating copy to clipboard operation
ngx-daterangepicker-material copied to clipboard

Error in multi indigo-pink.css

Open ManuelTS opened this issue 5 years ago • 0 comments

Versions "@angular/animations": "~9.1.12", "@angular/cdk": "^9.2.4", "@angular/common": "~9.1.12", "@angular/compiler": "~9.1.12", "@angular/core": "~9.1.12", "@angular/forms": "~9.1.12", "@angular/material": "^9.2.4", "@angular/platform-browser": "~9.1.12", "@angular/platform-browser-dynamic": "~9.1.12", "@angular/router": "~9.1.12", "ngx-daterangepicker-material": "^4.0.1",

Describe the bug On npm run start after the build from angular, I get:

ERROR in multi ./node_modules/ngx-daterangepicker-material/prebuilt-themes/indigo-pink.css ./src/styles.scss
Module not found: Error: Can't resolve '/home/mts/Desktop/projects/job-service-admin/ui/node_modules/ngx-daterangepicker-material/prebuilt-themes/indigo-pink.css' in '/home/mts/Desktop/projects/job-service-admin/ui'

To Reproduce See "describe the bug".

Expected behavior Should build without errors.

ManuelTS avatar Dec 17 '20 09:12 ManuelTS