-
Notifications
You must be signed in to change notification settings - Fork 12k
Incorrect scss file name generated #13764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Added generated angular.json and screenshot of src folder |
I suspect that your global Angular CLI version is not the latest. Can you install it and try to generate the project again? npm install @angular/cli@latest -g As this should have been solved by #13552 |
Updated with the above command, and still getting the error. |
Hi, I looked into this and I was unable to reproduce the reported issue with the latest CLI.
Did you generate the project again after the update? |
Thanks for reporting this issue. However, you didn't provide sufficient information for us to understand and reproduce the problem. Please check out our submission guidelines to understand why we can't act on issues that are lacking important information. If the problem persists, please file a new issue and ensure you provide all of the required information when filling out the issue template. |
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 report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: ....Has worked previously, but I don't know how long ago it regressed
Description
A clear and concise description of the problem...Using cli 7.3.3
Generates src/styles.scss
Angular.json looking for src/styles.sass
🔬 Minimal Reproduction
ng new foo
Y to angular routing
Change Stylesheet to SASS
ng serve
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: