I use angular-star-rating which is using css-star-rating. I found that angular-star-rating is working when using css-start-rating@1.1.3 but has a big problem when compiling css-start-rating@1.2.4
ERROR in ./node_modules/css-loader?{"sourceMap":false,"import":false}!./node_modules/postcss-loader/lib?{"ident":"postcss","sourceMap":false}!./node_modules/sass-loader/lib/loader.js?{"sourceMap":false,"precision":8,"includePaths":[]}!./src/styles.scss
Module build failed:
@import "~css-star-rating/dist/scss/star-rating.scss";
^
File to import not found or unreadable: ~css-star-rating/dist/scss/star-rating.scss.
Parent style sheet: /home/[...]/angular/node_modules/angular-star-rating/assets/scss/star-rating.scss
in /home/[...]/angular/node_modules/angular-star-rating/assets/scss/star-rating.scss (line 1, column 1)
Error:
@import "~css-star-rating/dist/scss/star-rating.scss";
^
File to import not found or unreadable: ~css-star-rating/dist/scss/star-rating.scss.
Parent style sheet: /home/[...]/angular/node_modules/angular-star-rating/assets/scss/star-rating.scss
in /home/[...]/angular/node_modules/angular-star-rating/assets/scss/star-rating.scss (line 1, column 1)
at options.error (/home/[...]/angular/node_modules/node-sass/lib/index.js:291:26)
@ ./src/styles.scss 4:14-191
@ multi ./src/styles.scss
This issue appears with version 1.2.4.
As you can see below, version 1.2.4 is missing a lot of files ! (both versions are downloaded by npm)
Hello,
I use angular-star-rating which is using css-star-rating. I found that angular-star-rating is working when using css-start-rating@1.1.3 but has a big problem when compiling css-start-rating@1.2.4
This issue appears with version 1.2.4.
As you can see below, version 1.2.4 is missing a lot of files ! (both versions are downloaded by npm)
1.2.4 css-star-rating's content (Doesn't Work)
1.1.3 css-star-rating's content (Works well !)
Can you fix it please ? Thank you for your work. :)
Have a nice day !