-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
angular-cli >= 1.0.1: File to import not found or unreadable (SCSS build error) #6242
Comments
Same problem "dependencies": { |
I've gotten around this with the following hack
|
This is caused by an issue with the release today of sass-loader 6.0.4. It appears that a fix is in progress for the issue and hopefully a new release will be available soon. As a temporary workaround until then you can pin the version to 6.0.3 via: UPDATE: |
As @clydin mentioned this was a problem with |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
BUG
What is the expected behavior?
Angular CLI/Webpack should build without giving SCSS errors.
What is the current behavior?
Getting import unreadable for import in scss file.
What are the steps to reproduce?
Try to build project with custom material2 theme (importing ~@angular/material/theming) with angular-cli version >= 1.0.1.
Which versions of Angular, Material, OS, browsers are affected?
Angular 4.1.1
Angular-cli 1.0.1, 1.0.2
Material 2.0.0-beta.3
Is there anything else we should know?
Posting this here as well as in the angular/material2 repo angular/components#4449. This seems like it is most likely an issue with angular-cli and whatever new scss processors were added in version 1.0.1.
The text was updated successfully, but these errors were encountered: